2D Massively multiplayer online game frontend written in javascript. Communicates with the backend (node) using non blocking io. This piece of software uses nodejs mainly for handling websockets connections with players.
First set up all java backend service, check it out here. Then you just need to run commands below.
npm install
node game.jsNow have fun accessing http://127.0.0.1
