jdnichollsc Posted July 21, 2015 Share Posted July 21, 2015 Hi guys, I think we should create a plugin for real-time games with Phaser Framework, using Socket.io with Node.js or SignalR with ASP.NET. What do you think everyone? It would be great all work together and do it... sorry for my bad english hahaha Regards, Nicholls Noid 1 Link to comment Share on other sites More sharing options...
Nikow Posted July 21, 2015 Share Posted July 21, 2015 You already can create a phaser game using socket.io, no ? Link to comment Share on other sites More sharing options...
divillysausages Posted July 21, 2015 Share Posted July 21, 2015 I'm currently working on a client-server lib for Phaser (don't expect it too soon however, because it's a free time thing ), but Nikow is right; you can already create a phaser game using socket.io. Your lib is essentially just going to be a wrapper for connecting, sending, and receiving. There's nothing special going on. How you set up your server depends on the game, but you can make it a bit more generic by possibly setting each event as a module, and dynamically loading them in. jdnichollsc 1 Link to comment Share on other sites More sharing options...
Recommended Posts