Proxying HTTP Requests And Websockets In Node.js(blog.nodejitsu.com)
blog.nodejitsu.com
Proxying HTTP Requests And Websockets In Node.js
http://blog.nodejitsu.com/http-proxy-intro
1 comments
Shiny! I really like that, with how to round-robin load-balancing is structured, I could add some code to receive info for new servers as they spin up and just push the data to the end of the list. Makes for awesome scaling. :)