Is there a solution that lets Node.js act as an HTTP reverse proxy?

Posted by Igor Zinov'yev on Stack Overflow See other posts from Stack Overflow or by Igor Zinov'yev
Published on 2010-02-06T18:53:26Z Indexed on 2010/04/27 23:43 UTC
Read the original article Hit count: 369

Filed under:
|
|

Our company has a project that right now uses nginx as a reverse proxy for serving static content and supporting comet connections. We use long polling connections to get rid of constant refresh requests and let users get updates immediately.

Now, I know there is a lot of code already written for Node.js, but is there a solution that lets Node.js act as a reverse proxy for serving static content as nginx does? Or maybe there is a framework that allows to quickly develop such a layer using Node.js?

© Stack Overflow or respective owner

Related posts about nginx

Related posts about node.js