A server and client for a multiplayer browser game. Server in node.js, game in javascript with phaser and using socket.io for websockets.
Example applications that use phasocketonline:
Build and use guide:
- clone this repository / download and extract zip to destination of your choice
- navigate to the directory in your terminal
- type "npm install"
- run index.js
- navigate to localhost:3000 in your browser