That's really great! I can vouch for the stability of beta1. Been running for a small app in production, handling filtered twitter stream data. Never have looked at it since it was started some months ago (except for a VM restart once). To be fair, there's no high load on this app, but it handles all the stuff it is designed for very well.
Sente support is pretty exciting too. I had to choose between http-kit and immutant - I went with immutant because of other reasons and handled my simple websocket requirement directly in Clojurescript/JS. I'll hopefully find some time soon to try out sente instead. Best, Ravindra On Wed, Feb 11, 2015 at 3:19 AM, Jim Crossley <[email protected]> wrote: > Hi all, > > We released Beta 2 of "The Deuce" today: > http://immutant.org/news/2015/02/09/announcing-2-beta2/ > > We introduced some breaking changes, specifically around WebSockets, but > we like the new API, as it now directly supports HTTP streams, including > Server-Sent Events. See the "Asynchrony" section in the guide for more > details: > http://immutant.org/documentation/2.0.0-beta2/apidoc/guide-web.html > > This work mostly came out of Toby's recent efforts to integrate Immutant > with Sente: https://github.com/ptaoussanis/sente > > We thought we were going to release a 2.0 final last November, because > that's when WildFly 9 was expected to be released. But that hasn't happened > yet. So now we're saying "some time in the Spring". Regardless, we feel > like beta2 is pretty stable ('course we thought that about beta1 too!) so > we'd appreciate the feedback, especially if the new async features interest > you. > > Thanks! > Jim > > > -- > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
