2013-10-30
A *Useful* HTTP Proxy Server in 66 Lines of node.js Code
Here : Proxy.js See also : DummyServer.js It runs from the command line and has no dependencies other than node.js (I was tempted to add handling via command.js but that can wait). Node is a Javascript engine based on V8, the one behind Google Chrome. It’s available for most OSes and is an easy install. It’s in the Ubuntu repository...