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