https://github.com/ryanfleck/webrtc-experiment
https://github.com/ryanfleck/webrtc-experiment
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanfleck/webrtc-experiment
- Owner: RyanFleck
- Created: 2020-04-22T22:09:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T07:24:12.000Z (over 3 years ago)
- Last Synced: 2025-04-06T17:36:07.571Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://rcf-webrtc-experiment.netlify.app/
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/rcf-webrtc-experiment/deploys)

This is a testing ground for the latest in WebRTC. I'd like to create a
few decentralized applications, and WebRTC has the potential (through
projects like WebTorrent) to bring peer-to-peer tech to the masses.
### Resources:
1. [Google Codelabs: WebRTC](https://codelabs.developers.google.com/codelabs/webrtc-web)
### Start Dev Server
```
npm start
```
### Build Prod Version
```
npm run build
```
### Features:
* ES6 Support via [babel](https://babeljs.io/) (v7)
* SASS Support via [sass-loader](https://github.com/jtangelder/sass-loader)
* Linting via [eslint-loader](https://github.com/MoOx/eslint-loader)
When you run `npm run build` we use the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to move the css to a separate file. The css file gets included in the head of the `index.html`.