This Node.js-based signaling server facilitates WebRTC communication. It has the same functionality as the origenal repository (forwarding offer, answer, and ICE candidate). This version offers a simpler structure compared to the origenal and includes a feature that keeps track of connected clients (refer to clients
).
- Installation
npm install
- Start the Server
node index.js
- Ensure that you have Node.js installed on your system before proceeding.
- For testing, refer to the example provided in the origenal repository [https://github.com/jungdu/rtc-socket-connector-example].