I\'ve started tinkering with Node.js HTTP server and really like to write server side Javascript but something is keeping me from starting to use Node.js for my web applicat
Use child_process is one solution. But each child process spawned may consume a lot of memory compared to Go goroutines
child_process
goroutines
You can also use queue based solution such as kue