New web-like protocol

2012-12-08 Thread Adam Perry-Pelletier
Are there any clojure projects/frameworks that would help me write a brand new web-like protocol (e.g. newprotocol://blah)? I've written basic servers in clojure, but would like to forego the low-level stream reading and get write to higher-level constructs. Thanks in advance. -- You

Re: New web-like protocol

2012-12-08 Thread Daniel Pittman
On Sat, Dec 8, 2012 at 10:31 AM, Adam Perry-Pelletier adam.perrypellet...@gmail.com wrote: Are there any clojure projects/frameworks that would help me write a brand new web-like protocol (e.g. newprotocol://blah)? I've written basic servers in clojure, but would like to forego the low-level

Re: New web-like protocol

2012-12-08 Thread Adam Perry-Pelletier
web-like protocol (e.g. newprotocol://blah)? I've written basic servers in clojure, but would like to forego the low-level stream reading and get write to higher-level constructs. I assume you mean implementing the bits and bytes layer of the protocol; last time I had to do something