--To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/Hbt4OOY4LHMJ.
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
Netty now supports spdy thanks to twitters contribution.It might pave the way to have it in play.I am just sure that the focus is now on getting play2 ready for prime time with all the docs. And I think that a patch will be welcomed by the team :)
On Fri, Mar 9, 2012 at 11:43 AM, samrom3 <sam...@gmail.com> wrote:
Hi,
I'm also interested to see SPDY protocol coming to Play as well. It seems Go, nodejs, tomcat, etc all support it now as well and many browsers seem to be implementing the client side.
http://www.chromium.org/spdy
Thanks!To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/Hbt4OOY4LHMJ.
On Wednesday, February 15, 2012 4:56:00 AM UTC-5, DrKarl wrote:Hi,--
I'm excited to see that Play 2.0 is on Release Candidate 1 !!
I just wondered if it would feature SPDY protocol support (a new
protocol developed by Google which increases paralelism and optimizes
connections). I think Play uses Netty under the hood, and I read that
netty now supports SPDY...
Thank you!!
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-framework@googlegroups.com.
To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to play-framewor...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Unfortunately not, to use SPDY you need to add it to the pipeline in Netty, Play currently adds the HTTP encoder/decoders. It might be feasible to add something that detects SPDY or HTTP, and use the correct one according to the request.