There's also aleph[1] which also uses netty. I'd suggest trying it, as it encapsulates websockets and other means of transportation in a clean way. (Although I have no idea how well aleph scales)
[1]: https://github.com/ztellman/aleph Cheers, Moritz On Wed, Feb 1, 2012 at 23:52, Jay Fields <[email protected]> wrote: > I haven't hooked up that many clients, but I can recommend Webbit > (https://github.com/webbit/webbit) based on experience. > > Cheers, Jay > > On Wed, Feb 1, 2012 at 5:05 PM, blais <[email protected]> wrote: >> Hi Clojurians, >> >> Does anyone have experience with serving WebSockets from Clojure, in >> particular w.r.t. scalability? I'm evaluating server-side options for >> handling a large number of simultaneous web clients (>100) and >> wondering how well this scales. >> >> I already hooked up Clojure to Netty and built a simple test >> application. I think I'll write some stress tests, but any feedback >> regarding how well this could scale, possible roadblocks, or >> experience reports would be appreciated and informative. >> >> Thanks, >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with your >> first post. >> To unsubscribe from this group, send email to >> [email protected] >> 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 post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Moritz Ulrich -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
