SPDY server on node.js

https://github.com/donnerjack13589/node-spdy
by indutny • 15 years ago
100 5 15 years ago

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!)

Related Stories

Loading related stories...

Source preview

github.com