TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SPDY server on node.js

100 点作者 indutny大约 14 年前
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.<p>That's basic protocol implementation that allows you to run SPDY server on node.js with fallback to HTTPS.<p>(Seeking for a collaborators!)

5 条评论

tzury大约 14 年前
from <a href="http://www.chromium.org/spdy" rel="nofollow">http://www.chromium.org/spdy</a><p>Python implementation of a SPDY server: <a href="http://github.com/mnot/nbhttp/tree/spdy" rel="nofollow">http://github.com/mnot/nbhttp/tree/spdy</a><p>Java imlementation of SPDY client/server: <a href="http://svn.apache.org/repos/asf/tomcat/trunk/modules/tomcat-lite" rel="nofollow">http://svn.apache.org/repos/asf/tomcat/trunk/modules/tomcat-...</a><p>Apache module for SPDY: <a href="http://code.google.com/p/mod-spdy/" rel="nofollow">http://code.google.com/p/mod-spdy/</a><p>Ruby SPDY: <a href="https://github.com/igrigorik/spdy" rel="nofollow">https://github.com/igrigorik/spdy</a><p>node.js SPDY: <a href="https://github.com/donnerjack13589/node-spdy" rel="nofollow">https://github.com/donnerjack13589/node-spdy</a>
woodall大约 14 年前
Beautiful code.
saturn大约 14 年前
Nice work. And there's other implementations too on the project web page: <a href="https://sites.google.com/a/chromium.org/dev/spdy" rel="nofollow">https://sites.google.com/a/chromium.org/dev/spdy</a>. Seems all google sites are using SPDY for ssl now; that is evidently the lowest hanging fruit for speed gains.<p>You can see it in use in chrome by visiting chrome://net-internals/#spdy<p>No idea when it's going to be supported in any browser besides chrome, though ..
reddittor大约 14 年前
Looking really good indutny!<p>For anyone interested, Fedor is also one of the co-authors of node-http-proxy ( <a href="https://github.com/nodejitsu/node-http-proxy" rel="nofollow">https://github.com/nodejitsu/node-http-proxy</a> ) and an all around nice guy.
Wipe大约 14 年前
I'm just oozing with buzz-word juice.