Hi everyone, I wrote a core.async wrapper for Jetty 7 websockets: https://github.com/lynaghk/jetty7-websockets-async
On past projects I've used http-kit, Aleph/Netty, and Jetty 9 for websockets. However, I recently discovered that good 'ol Jetty 7 (of ring-jetty-adapter fame) can act both as a websocket client and server with the help of an extra JAR. This tiny library gives you core.async channels for reading/writing to websocket connections. The README shows a small example of running a ring HTTP handler and websocket handler on the same Jetty port and server. Right now the channels handle string data only, but according to the JavaDoc (http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/websocket/WebSocket.html) it shouldn't be too difficult to also support binary data---ping me if you need this. Big thanks to Zach Allaun and the summer 2013 batch of Hacker School for help designing and coding this library cheers, Kevin -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.