29 April 2010 07:45
A HTTP Proxy Server in 20 Lines of node.js Code - good coders code, great reuse
(via)This is just amazing. In 20 lines of node.js code and 10 minutes of time I was able to write a HTTP proxy. And it scales well, too. It's not a blocking HTTP proxy, it's event driven and asynchronous, meaning hundreds of people can use simultaneously and it will work well.
1
(1 marks)