NodeJS worker threads have opened doors to many exciting implementations and functionalities on the server-side. Multiplayer networked games, and live engagement and collaboration, among others, make a really good candidate for CPU intensive applications which would greatly benefit from this multi-threaded-ness of NodeJS.
In this talk, we’ll understand everything about NodeJS worker threads and see a real implementation of this concept to simulate dedicated server instances to enable various groups of players to play private instances of a live quiz simultaneously.