Multiuser Communication with Javascript
Can anyone recommend me links or books to build a multiuser a开发者_开发技巧pplication? My idea is an web app, with which users can play multiuser game on their browsers. I also want to create an app with phonegap, which should run on iphone and android too.
Thanks
I'd recommend looking into using node.js with Socket.io for this.
精彩评论