rster2002 / WebRTC-Signalling-Server

Implementation for a signalling server using Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebRTC Signalling Server

Been experimenting with WebRTC and it's capabilities and made this signalling server as a result. It's written using Express and uses WebSockets to signal to clients.

Signalling flow

Signalling happens like shown below. Solid arrows are HTTP requests and dashed arrows are WebSocket messages.

About

Implementation for a signalling server using Express.


Languages

Language:JavaScript 100.0%