Skip to content

A simple WebRTC signaling server based on Node.js and Socket.IO.

Notifications You must be signed in to change notification settings

hynchl/WebRTCSignalingServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC Signaling Server

This Node.js-based signaling server facilitates WebRTC communication. It has the same functionality as the original repository (forwarding offer, answer, and ICE candidate). This version offers a simpler structure compared to the original and includes a feature that keeps track of connected clients (refer to clients).

Usage

  1. Installation
npm install
  1. Start the Server
node index.js

Notes

About

A simple WebRTC signaling server based on Node.js and Socket.IO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%