polyglot/README.md

558 B

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.