You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
yash-chudasama 721fb45b33 Updated README.md for signalling server 2 years ago
..
.gitignore Added signalling server 2 years ago
README.md Updated README.md for signalling server 2 years ago
index.js Added signalling server 2 years ago
package.json Added signalling server 2 years ago

README.md

WebRTC Signalling Server

Clone Repository

Clone the repository to your local environment.

git clone https://github.com/videosdk-live/webrtc.git

Server Setup

Step 1: Go to webrtc-signalling-server folder


cd webrtc-signalling-server

Step 2: Install Dependency

npm install

Step 3: Run the project

npm run start