Shameless plug: I recently shared a Clojure library for WebSockets and HTTP Kit: http://cljwamp.us
It provides some features similar to Socket.IO in regards to pubsub/multiplexing events, and uses the WAMP spec which has several multi-platform options: http://wamp.ws/implementations While clj-wamp does not support long polling, a separate solution could potentially run along side it (since HTTP Kit itself supports long polling) though I haven't tried this yet. This library probably isn't a good option for Sean (the OP), but might be of interest for those looking into WebSockets with HTTP Kit. Cheers, ~Christopher Martin On Friday, July 19, 2013 1:33:51 PM UTC-4, c...@bitemyapp.com wrote: > > If you want something robust I'd recommend something like http-kit or > Netty on the backend + using websockets (and a shim) directly on the > frontend, or possibly browserchannel if you need to worry about firewalls > and ancient browsers. > > Socket.IO is a moving target intended for a single audience (not > multiplatform). It's not going to win you more than you'll pay in bugs and > performance issues in the long run. > > -- -- 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.