Hacker News new | past | comments | ask | show | jobs | submit login

SPDY is probably landing in Firefox trunk soon, for release early next year.

The real problem is lack of good server implementations now. Google has whatever they use, but basically nobody else does.

Community of the web, let's get this rolling!




The http server in Go supports SPDY.

http://golang.org/pkg/http/spdy/


Good luck finding an example of actually using it to serve pages though. My Google-fu isn't normally that weak, but I couldn't find anything helpful. :[


Don't blame your Google Fu, blame Google for calling it Go.


I usually get lucky with using "golang" but the best I came up with were other people asking how to use the SPDY server along with ListenAndServe without any helpful replies.



Apache SPDY module: http://code.google.com/p/mod-spdy/

Tomcat SPDY implementation: http://svn.apache.org/repos/asf/tomcat/trunk/modules/tomcat-...

(haven't tried yet)


You're not the only one. I can't find a single person who tried the Apache SPDY module. There is also no recent activity on their discussion board, which is not promising.


Anyone want to start work on a nginx module? :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: