Skip to content

Proof of concept applications of in-browser peer-to-peer networking via WebRTC

Notifications You must be signed in to change notification settings

paavanb/webrtc-experiments

Repository files navigation

WebRTC Experiments

Running Locally

Make sure you have a version of node compatible with the engines field in the package.json

Install dependencies:

npm install

Run server:

npm run start

Optionally, run with the https flag to run with a self-signed SSL certificate.

npm run start -- --https

Run linters:

npm run test

About

Proof of concept applications of in-browser peer-to-peer networking via WebRTC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published