SPDY server on node.js (github.com)

100 points by indutny ↗ HN
With latest dev version of node.js you're able to use NPN extension of TLS. So SPDY server can be naturally run with usual HTTPS server.

That's basic protocol implementation that allows you to run SPDY server on node.js with fallback to HTTPS.

(Seeking for a collaborators!)

5 comments

[ 2.1 ms ] story [ 32.8 ms ] thread
Nice work. And there's other implementations too on the project web page: https://sites.google.com/a/chromium.org/dev/spdy. Seems all google sites are using SPDY for ssl now; that is evidently the lowest hanging fruit for speed gains.

You can see it in use in chrome by visiting chrome://net-internals/#spdy

No idea when it's going to be supported in any browser besides chrome, though ..

I'm just oozing with buzz-word juice.