Update README.md

This commit is contained in:
Beatrice Olivera 2018-09-01 13:45:52 +01:00 committed by GitHub
parent 458d6c0dd9
commit 04fb217322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1 +1,8 @@
Rails app generated with [lewagon/rails-templates](https://github.com/lewagon/rails-templates), created by the [Le Wagon coding bootcamp](https://www.lewagon.com) team.
# polyglot
A video call application made with Ruby on Rails and node.js.
Video calling is made possible with [WebRTC](https://webrtc.org/).
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](https://github.com/jeanpaulsio/action-cable-signaling-server).
This Rails app was generated with [lewagon/rails-templates](https://github.com/lewagon/rails-templates), created by the [Le Wagon coding bootcamp](https://www.lewagon.com) team.