SPDY Support in Play 2.0

1,142 views
Skip to first unread message

DrKarl

unread,
Feb 15, 2012, 4:56:00 AM2/15/12
to play-framework
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!!

samrom3

unread,
Mar 9, 2012, 9:43:42 AM3/9/12
to play-fr...@googlegroups.com
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!

David Hofmann

unread,
Mar 9, 2012, 8:24:25 PM3/9/12
to play-fr...@googlegroups.com
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 :)

--
David Hofmann - Itau Unibanco Holding SA


--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/Hbt4OOY4LHMJ.

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.

Ben McCann

unread,
Mar 16, 2012, 4:05:34 AM3/16/12
to play-fr...@googlegroups.com
I've submitted a pull request to upgrade to Netty 3.3.1, which adds SPDY support


On Friday, March 9, 2012 5:24:25 PM UTC-8, hdavid wrote:
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 :)

--
David Hofmann - Itau Unibanco Holding SA


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!


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 view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/Hbt4OOY4LHMJ.

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.

Ben McCann

unread,
Jul 2, 2012, 5:26:17 PM7/2/12
to play-fr...@googlegroups.com
Play uses Netty 3.5.0 now :-)

James Ong

unread,
Jul 3, 2012, 4:28:48 AM7/3/12
to play-fr...@googlegroups.com
Do share your network performance for SPDY and non-SPDY as well!

Mark Waddle

unread,
Feb 23, 2013, 9:34:17 PM2/23/13
to play-fr...@googlegroups.com
Hi Ben,

So I understand that Netty 3.5.0 supports SPDY and that Play is using 3.5.0+. Does this mean that we are getting SPDY for free? Or does it require some additional configuration?

Thanks,
Mark

To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.

James Roper

unread,
Feb 25, 2013, 11:41:30 AM2/25/13
to play-framework
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.


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.
 
 



--
James Roper
Software Engineer

Typesafe - The software stack for applications that scale
Twitter: @jroper

Luke

unread,
Mar 5, 2013, 5:05:18 AM3/5/13
to play-fr...@googlegroups.com
On Monday, February 25, 2013 8:41:30 AM UTC-8, James Roper wrote:
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.

 
Reply all
Reply to author
Forward
0 new messages