Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aonemd/webrtcsignalingserver
- Owner: aonemd
- Created: 2019-03-30T17:09:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T17:24:19.000Z (almost 6 years ago)
- Last Synced: 2024-12-10T10:13:10.692Z (2 months ago)
- Topics: js, nodejs, realtime, webrtc, websocket
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!