- Install Node.js
- Run
npm install
in the easyrtc directory. - Enter the easyrtc/server_example directory by executing
cd server_example
- Run
npm install
in the server_example directory. - Start EasyRTC by running
node server.js
while in the server_example directory. - Browse the examples using a WebRTC enabled browser. (defaults to port
8080
)
Important note: Chrome will not grant access to local microphones or cameras for a page served using http except for the localhost case. See the docs/easyrtc_server_ssl.md file for instructions on serving files using https.
Step by step instructions including additional setup options can be found in /docs/easyrtc_server_install.md