Le Wagon Batch #173 Final Project
Go to file
Ethan Fraenkel 85d5abc671 Merge branch 'master' of github.com:beatriceo/polyglot 2018-09-06 18:05:13 +01:00
app Merge branch 'master' of github.com:beatriceo/polyglot 2018-09-06 18:05:13 +01:00
bin Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
config added translated chat 2018-09-05 14:59:39 +01:00
db del 2018-08-31 15:06:42 +01:00
lib Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
log Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
public added error types to error pages 2018-09-01 13:28:51 +01:00
storage Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
test del 2018-08-31 15:06:42 +01:00
tmp Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
.babelrc added js package so that es7 syntax works, moved signaling-server from apps folder to pack folder, removed recurring js errors 2018-08-31 20:47:33 +01:00
.gitignore last last push 2018-09-06 17:55:09 +01:00
.postcssrc.yml Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
.rubocop.yml Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
.ruby-version Updated .ruby-version 2018-08-27 15:41:30 +01:00
Gemfile implemented chat and built in google translate 2018-09-04 19:03:28 +01:00
Gemfile.lock implemented chat and built in google translate 2018-09-04 19:03:28 +01:00
LICENSE Create LICENSE 2018-09-01 13:51:17 +01:00
Procfile Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
README.md Update README.md 2018-09-01 13:45:52 +01:00
Rakefile Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
boris_retreat_2017.jpg done page 2018-08-29 16:58:21 +01:00
config.ru Initial commit with devise template from https://github.com/lewagon/rails-templates 2018-08-27 15:37:06 +01:00
package.json Revert "done" 2018-09-04 12:04:22 +01:00
san_francisco.jpg done page 2018-08-29 16:58:21 +01:00
yarn.lock Revert "done" 2018-09-04 12:04:22 +01:00

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.