javascript - Create a room system with different instances of node.js -
i created video game based on node.js , socket.io. now, there 1 "room" players can play together. create room system.
but server code quite complex, , changing handle different game states difficult.
so thought maybe can launch several instances of node on server, , every room connects different instance.
is feasible? recommended, , have other ideas?
Comments
Post a Comment