29 April 2010
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.
04 March 2010
How to Setup Your Own Web Proxy Server For Free with Google App Engine [Video Tutorial]
(via)A simple Google search and you’ll find dozens of really good PHP scripts on the Internet to help you create proxy servers in minutes for free. The only limitation with PHP based proxies is that you require a web server to host the proxy scripts and second, you also need a domain name to act as an address for your proxy site.
1
(2 marks)