Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 437 Bytes

Installation

Go to the project directory and run the following command:

$ npm install

Above command will install the node_modules defined in the package.json file.

Run following command to run the server:

$ node server.js

Sample Client for browser based testing

  • Go to your browser and open

http://localhost:8080.

  • You can test the movement of object by clicking on the arrow buttons.