php - Can I make a online game using javascript? -


i'm wondering in making online easy game runs on browser , wanna know is: if want 2 players play 1 against other one, online, can make game using html front-end , javascript backend rules of gmae or have use server-side language, such php make 1 player playing against one?

thanks

believe or not, javascript server side language. suggest looking node.js. node.js allow write of server-side logic in javascript, while leaving write front-end logic whatever see fit (read: html , javascript)

this tutorial might of interest you. uses web sockets + node.js create real-time multiplayer game.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -