Dr.Linux Posted July 30, 2014 Share Posted July 30, 2014 I want to make a multiplayer platformer game. I know how to do everythong except getting a game server running. SHould I use Sockets.IO or WS. Thanks! Link to comment Share on other sites More sharing options...
Dumtard Posted July 30, 2014 Share Posted July 30, 2014 Either one. I believe socket.io has more documentation so that may be easier to get started with. Link to comment Share on other sites More sharing options...
lewster32 Posted July 30, 2014 Share Posted July 30, 2014 Socket.io uses websockets as one of its transports, and provides abstraction so that if they're not available it'll try other methods seamlessly. Link to comment Share on other sites More sharing options...
Recommended Posts