Skip to content

Demos and how to start them

Oğuz Eroğlu edited this page Jan 1, 2020 · 1 revision

Demos and how to start them

exampleGame demo

To run this demo, follow these steps:

  1. Clone the repository
  2. npm install
  3. npm run exampleGame
  4. With another terminal instance go to /examples/exampleGame/ folder and node exampleGameServer.js
  5. Using your favorite browser, go to localhost:8086
  6. Try with multiple browsers.

chatRoom demo

To run this demo, follow these steps:

  1. Clone the repository
  2. npm install
  3. npm run chatRoom
  4. With another terminal instance go to /examples/chatRoom/ folder and node chatRoomServer.js
  5. Using your favorite browser, go to localhost:8086
  6. Try with multiple browsers.
Clone this wiki locally