Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leaysgur/webrtc-samples
https://github.com/leaysgur/webrtc-samples
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leaysgur/webrtc-samples
- Owner: leaysgur
- License: mit
- Created: 2019-07-18T09:41:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T11:34:21.000Z (over 4 years ago)
- Last Synced: 2024-04-15T07:12:07.964Z (7 months ago)
- Language: JavaScript
- Homepage: https://leader22.github.io/webrtc-samples/
- Size: 441 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webrtc-samples
Personal WebRTC samples for cross browser checking.
## docs/
- Available via GitHub pages.
- Each `main.js` will be bundled into `bundle.js` by `npm run {dev|build}:docs`.
- You can use `bundle.js` directly as ESModule entry file.## external/
- Original module for signaling
- And other modules from `npm` to be exported here
- To be bundled as `docs/_shared/external.js` by `npm run {dev|build}:external`.