views:

24

answers:

1

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