Home › Forums › JavaScript › Create a multiplayer word game › Re: Create a multiplayer word game
January 29, 2013 at 4:41 am
#122651
Participant
the easiest way of doing this is by [node.js](http://nodejs.org/ “node.js”) and then a Websocket. my suggestion is [socket.io](http://socket.io/ “socket.io”).
there are several good tutorials on how to create chatrooms with socket.io. and then just modify it for your needs.