I’m currently in the planning stages for a real-time multiplayer game that would be built using Javascript at the frontend and PHP on the backend and I’m just wondering if anyone here knows of any good libraries for such a game?
I’m currently in the planning stages for a real-time multiplayer game that would be
Share
Socket.IO might be useful. Although will only be useful for the two browsers that support WebSockets.