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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 😉