Hacker News new | ask | show | jobs
by DonPellegrino 4848 days ago
It has been able to for a while! Check out the cluster module, processes listening to the same port are load balanced and communication between processes is obviously (since each process only has 1 thread due to the event loop) done by message passing.