Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)