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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

StreamServer: A stream server in your browser

6 点作者 Raynos将近 13 年前

1 comment

izuzak将近 13 年前
i think this is really cool! have you seen the recently announced <a href="http://browserver.org/" rel="nofollow">http://browserver.org/</a>? it puts a http server in the browser using a proxy.<p>i've actually done the same things myself, only 2 years ago -- a HTTP server and WebSocket server in the browser via a nodejs proxy server, see: <a href="https://github.com/izuzak/node-revhttpws" rel="nofollow">https://github.com/izuzak/node-revhttpws</a>