Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhacaz/mini-webrtc
Video call with Rails - ActionCable and WebRTC
https://github.com/bhacaz/mini-webrtc
Last synced: 10 days ago
JSON representation
Video call with Rails - ActionCable and WebRTC
- Host: GitHub
- URL: https://github.com/bhacaz/mini-webrtc
- Owner: Bhacaz
- Created: 2021-06-10T18:09:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T19:14:24.000Z (over 3 years ago)
- Last Synced: 2024-11-15T07:31:51.579Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini-webrtc
Small Rails app to try WebRTC video call with ActionCable
## Setup
```
bundle install
yarn install
bundle exec rails server
```Open http://localhost:3000 two times, (incognito, 2 browsers)
## Important files
* [app/views/home/index.html.erb](https://github.com/Bhacaz/mini-webrtc/blob/main/app/views/home/index.html.erb)
* [app/javascript/packs/home.js](https://github.com/Bhacaz/mini-webrtc/blob/main/app/javascript/packs/home.js)