mirror of
https://github.com/beatriceo/polyglot.git
synced 2026-03-18 17:18:25 +00:00
No description
- Ruby 55.8%
- HTML 18.9%
- JavaScript 13.9%
- SCSS 11.4%
| app | ||
| bin | ||
| config | ||
| db | ||
| lib | ||
| log | ||
| public | ||
| storage | ||
| test | ||
| tmp | ||
| .babelrc | ||
| .gitignore | ||
| .postcssrc.yml | ||
| .rubocop.yml | ||
| .ruby-version | ||
| boris_retreat_2017.jpg | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| LICENSE | ||
| package.json | ||
| Procfile | ||
| Rakefile | ||
| README.md | ||
| san_francisco.jpg | ||
| yarn.lock | ||
polyglot
A video call application made with Ruby on Rails and node.js.
Video calling is made possible with WebRTC.
Signaling is done via ActionCable in Rails, a module that handles WebSockets. This section of the project was adapted from @jeanpaulsio's project which can be found here.
This Rails app was generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.