You should have installed NodeJS, npm and
- Clone the repository and run
npm install
. - Start the application by executiny
node index.js
- Start a browser with disabled security feature (cause we use different domains)
google-chrome --disable-web-security --user-data-dir
- Go to
http://localhost:8080
and enter a room name - Open another tab, go to the same adress and enter the same room name.
After executing all mentioned steps, the first tab is the presenter and all other tabs (in the same room) are listeners. Try to play with the application!