TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bounce your http requests around with bouncy

44 pointsby substackover 13 years ago

6 comments

MartinMondover 13 years ago
<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 未加载
olegpover 13 years ago
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 未加载
qwover 13 years ago
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.
pagekalisedownover 13 years ago
What's the advantage of using this over tunneling with SSH?
评论 #3097946 未加载
评论 #3097966 未加载
AffableSpatulaover 13 years ago
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?
bpraterover 13 years ago
Why would I want to use something like this?
评论 #3098202 未加载