Simple load balancer with Docker, Nginx and Node.js
It is a common knowledge that Node.js is a single-threaded single-core process. It sounds like an issue, but it gives you full freedom over how many processes you can run and how many cores want to utilize.
…Simple load balancer with Docker, Nginx and Node.jsRead More »