Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 495 Bytes

File metadata and controls

21 lines (11 loc) · 495 Bytes

Rendezvous

What is that ?

This node.js client/server application use webrtc to allow people to do peer to peer voice and video chatting

How to run

install dependencies:

yarn install

and run:

yarn run start

config.js contain application configuration. You can override default config with environment variable take a look on this file to know

How to use

After run you can go to you web browser http://localhost:3000 (if configuration not edited/overrided) and enjoy !