How to run Node.JS server for a web application?
On Windows you have two options of hosting node.js applications: Self-host the node.exe process just like you would on *nix. During development you will probably just start it from the command line. In production you want to come up with a mechanism that will provide process lifetime management around node.exe (e.g. start it when the … Read more