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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bounce your http requests around with bouncy

44 点作者 substack超过 13 年前

6 条评论

MartinMond超过 13 年前
<p><pre><code> Since bouncy is just parsing the http headers and sending along the raw tcp stream </code></pre> How does it deal with a second HTTP requests on one kept-alive connection that should be routed to another server?
评论 #3097958 未加载
olegp超过 13 年前
Would be neat to have the ability to forward any TCP connection on port X to host Y port Z.<p>Maybe could even add the ability to peek into the stream to determine which host to forward to based on protocol (think FTP etc.).
评论 #3098262 未加载
qw超过 13 年前
It's a cool hack, but if you are going to have a server in front of a web server why not use something like Varnish instead and get caching as well as load balancing.
pagekalisedown超过 13 年前
What's the advantage of using this over tunneling with SSH?
评论 #3097946 未加载
评论 #3097966 未加载
AffableSpatula超过 13 年前
Be awesome if this had a jsgi and/or connect interface to drop in HTTP middleware components for given routes.. is this on your roadmap?
bprater超过 13 年前
Why would I want to use something like this?
评论 #3098202 未加载