Dr.Linux Posted July 30, 2014 Share Posted July 30, 2014 Could someone please give me some example code of making a server with Socket.io and Node.js, and using phaser with it? Thanks!!!!! Link to comment Share on other sites More sharing options...
Dr.Linux Posted July 30, 2014 Author Share Posted July 30, 2014 Actually, Would the Server part of this tutorial work? http://www.tuicool.com/articles/EFjYRj Link to comment Share on other sites More sharing options...
lewster32 Posted July 30, 2014 Share Posted July 30, 2014 Server implementations are entirely up to you depending on what you want your game to do. There's no real 'standard' way to do it, though that example shows connecting server-side and client-side together with the real-time two-way communications provided by sockets, so it's relevant to what you're doing. Link to comment Share on other sites More sharing options...
Dr.Linux Posted July 30, 2014 Author Share Posted July 30, 2014 Yes,but how do you update the screen on the server? Link to comment Share on other sites More sharing options...
Recommended Posts