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 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 like that (to talk to my Onkyo amp) I found that gloss was quite useful. It was associated with Aleph, which is a good framework for asynchronous message handling on top of streaming protocols. Gloss: https://github.com/ztellman/gloss/wiki Alpeh: https://github.com/ztellman/aleph/wiki In confirming the URLs, http://paulosuzart.github.com/blog/2012/07/09/tcp-server-with-clojure-aleph-and-gloss/ seems like a good introduction to the basic flow of the tool. -- Daniel Pittman ♲ Made with 100 percent post-consumer electrons -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en