I use websockets to do the live communication, and each game room gets a Node.js worker thread assigned to it.
[0] https://www.npmjs.com/package/express-ws
I use websockets to do the live communication, and each game room gets a Node.js worker thread assigned to it.