- Install Node.js
- Clone this repository.
- Run
npm installin the root directory. - Enter the Meet/server directory by executing
cd Meet/server - Run
npm installin the server directory. - Start the server by running
node server.jswhile in the server directory. - Browse the webapp using a WebRTC enabled browser. https://localhost:8000/index.html
Important note: Chrome will not grant access to local microphones or cameras for a page served using http except for the localhost case.
