NodeJS multiplayer game framework using SocketIO
Watch it on Youtube https://www.youtube.com/watch?v=z-x95RzQ9UQ
Testing the framework
- Clone this repository
$ git clone https://github.com/mborgeaud/nodemp.git
- Install dependencies
$ npm install
- Run the node server
$ node .\server.js
- Open a web browser and navigate to localhost:8080