The guys on the SPDY dev list said Jetty and Netty now have standalone SPDY 
client libraries:

   - Jetty: http://wiki.eclipse.org/Jetty/Feature/SPDY
   [org.eclipse.jetty.spdy/spdy-core "9.0.3.v20130506"]
   [org.eclipse.jetty.spdy/spdy-client "9.0.3.v20130506"]
   
   http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-spdy
   
   - Netty: http://netty.io/wiki/new-and-noteworthy.html (codec-http)
   [io.netty/netty-codec-http "4.0.0.CR3"]
   
   
https://github.com/netty/netty/tree/master/codec-http/src/main/java/io/netty/handler/codec/spdy

Also see Twitter's Finagle SPDY client, which is based on Netty:

   - Finagle: http://twitter.github.io/finagle/guide/index.html
   [com.twitter/finagle-spdy "6.4.0"]
   https://github.com/twitter/finagle/tree/master/finagle-spdy
   
- James




On Monday, May 27, 2013 2:17:20 PM UTC-5, James Thornton wrote:
>
> What are the recommended Java/Clojure SPDY clients?
>
> I'm interested in using it for backend RPC.
>
> Ilya Grigorik discusses this in his AirBnB TechTalk on SPDY. At the end he 
> makes the case for using it for modern backend RPC instead of stuff like 
> Thrift, etc. See...
>
> "Building a Modern Web Stack"
>
> Video: https://www.youtube.com/watch?v=ZxfEcqJ4MOM
> Slides: http://www.igvita.com/slides/2012/http2-for-fun-and-profit.pdf
> Blog: 
> http://www.igvita.com/2012/01/18/building-a-modern-web-stack-for-the-realtime-web/
>
> Square's OkHttp (https://github.com/square/okhttp/) is usually the one 
> you see mentioned, but its lead developer Jesse Wilson told me that it's 
> not recommended for use as a standalone SPDY client because its SPDY 
> support is based on an internal API that frequently changes.
>
> - James
>

-- 
-- 
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.


Reply via email to