Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 948 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 948 Bytes

SlideWiki WebRTC Broadcast

Language Framework

Insructions

You should have installed NodeJS, npm and

  1. Clone the repository and run npm install.
  2. Start the application by executiny node index.js
  3. Start a browser with disabled security feature (cause we use different domains) google-chrome --disable-web-security --user-data-dir
  4. Go to http://localhost:8080 and enter a room name
  5. 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!