I have developed a game in JavaScript, now i want to play this game on Network (Client Server). What API or anything should i use to it?
thanks!
I have developed a game in JavaScript, now i want to play this game on Network (Client Server). What API or anything should i use to it?
thanks!
I recommend you to use Node.js on the server side. It´s really easy to learn & when you have JavaScript on the client-side it fits absolutely perfect!
There is a project named "socket.io" which handles WebSockets, long polling etc for you! It´s quite brilliant!
Check it out ;)