Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/js-p2p
WebRTC Peer To Peer Communications Made Easy
https://github.com/johnandersen777/js-p2p
Last synced: about 16 hours ago
JSON representation
WebRTC Peer To Peer Communications Made Easy
- Host: GitHub
- URL: https://github.com/johnandersen777/js-p2p
- Owner: johnandersen777
- License: mit
- Created: 2015-11-25T17:26:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T19:40:22.000Z (over 8 years ago)
- Last Synced: 2024-11-11T18:51:53.817Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WebRTC Peer To Peer Communications Made Easy
---The goal of this project is to provide and easy interface to webrtc.
This package will work with nodejs or browser javascript.Examples
---See examples folder
Credits
---
Chris Ball's repo serverless-webrtc is what inspired this and I used some of
his [code](https://github.com/cjb/serverless-webrtc).