It is basic implementation of socket.io to establish peer to peer connection for Real Time Communication. To learn more about it you can refer this docs.
- Clone the repository:
git clone https://github.com/azmatroshan/signaling-server-webrtc.git
- Navigate to the project directory:
cd signaling-server-webrtc
- Install dependencies:
npm install
- Start the server:
nodemon
ornode index.js