Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Create a multiplayer word game Re: Create a multiplayer word game

#122651
CarlRosell
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.