Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aonemd/webrtcsignalingserver

A WebRTC WebSocket-based Signaling Server
https://github.com/aonemd/webrtcsignalingserver

js nodejs realtime webrtc websocket

Last synced: 11 days ago
JSON representation

A WebRTC WebSocket-based Signaling Server

Awesome Lists containing this project

README

        

WebRTC Signaling Server
---

A WebRTC signaling server using WebScoket, built in Node.js and based on the
implementation of Dan Ristic in Learning WebRTC.

## Installation

- Run `yarn` or `npm i` to install the dependencies
- To run the server, run `yarn server` or `npm run server`
- To run the client, run `yarn client` or `npm run client-npm`
- Open the browser on `localhost:9080` and there you go!