开发者_JAVA技巧
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
开发者_JAVA技巧
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
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?
Socket.IO might be useful. Although will only be useful for the two browsers that support WebSockets.
Socket.IO aims to make realtime apps
possible in every browser and mobile
device, blurring the differences
between the different transport
mechanisms.
精彩评论