1

I'm relatively new to Node.js and the PaaS scene and I'm interested in building a somewhat similar service. Can someone enlighten me on how Nodejitsu's (or similar providers') components (ie http-proxy, spawning node processes, load balancing, hardware infrastructures) fit together?

Thank you!

SChang
  • 1,669
  • 2
  • 13
  • 13
  • 3
    ["If you can imagine an *entire book* that answers your question, you’re asking too much."](http://stackoverflow.com/faq#dontask) – josh3736 Oct 16 '12 at 21:30

1 Answers1

2

Well fortunately there is a company that ran a Node.js PaaS that open sourced all of their code. They were purchased by AppFog.

  1. Nodester.com
  2. Nodester source

I'd imagine that reviewing this code would answer your question.

JP Richardson
  • 38,609
  • 36
  • 119
  • 151