5d4423ddb0
Delete translation-credentials.json |
||
---|---|---|
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
storage | ||
test | ||
tmp | ||
.babelrc | ||
.gitignore | ||
.postcssrc.yml | ||
.rubocop.yml | ||
.ruby-version | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Procfile | ||
README.md | ||
Rakefile | ||
boris_retreat_2017.jpg | ||
config.ru | ||
package.json | ||
san_francisco.jpg | ||
yarn.lock |
README.md
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.