I need a native HTTP proxy library. Ideally, something that would let me specify the ports to listen on, and would call me back when requests arrive. Does such a thing exist? Ideally, it would work on Windows & Linux platforms.
A:
I'm pretty sure node-http-proxy is exactly what you're looking for. It runs on Node.js and can be customized with JavaScript.
Avi Flax
2010-09-05 17:06:07