Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 558 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 558 Bytes

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.