https://github.com/aonemd/webrtcsignalingserver
A WebRTC WebSocket-based Signaling Server
https://github.com/aonemd/webrtcsignalingserver
js nodejs realtime webrtc websocket
Last synced: about 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T17:24:19.000Z (about 7 years ago)
- Last Synced: 2025-03-29T21:10:00.100Z (about 1 year 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!