Simon Willison’s Weblog

Subscribe
Atom feed for peteris-krummins

1 item tagged “peteris-krummins”

2010

A HTTP Proxy Server in 20 Lines of node.js. Proxying is definitely a sweet spot for Node.js. Peteris Krummins takes it a step further, adding host blacklists and an IP whitelist as configuration files and using Node’s watchFile method to automatically reload changes to them.

# 28th April 2010, 1:24 pm / http, javascript, node, nodejs, peteris-krummins, proxy