-
Notifications
You must be signed in to change notification settings - Fork 8
Demos and how to start them
Oğuz Eroğlu edited this page Jan 1, 2020
·
1 revision
To run this demo, follow these steps:
- Clone the repository
npm install
npm run exampleGame
- With another terminal instance go to /examples/exampleGame/ folder and
node exampleGameServer.js
- Using your favorite browser, go to localhost:8086
- Try with multiple browsers.
To run this demo, follow these steps:
- Clone the repository
npm install
npm run chatRoom
- With another terminal instance go to /examples/chatRoom/ folder and
node chatRoomServer.js
- Using your favorite browser, go to localhost:8086
- Try with multiple browsers.