Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 268 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 268 Bytes

Setup

The server is the broker between the controller and the game. It uses Mosca as the broker.

  1. Run npm install
  2. Start server with npm start

Remeber to have MongoDB running before you try to start the server.