Skip to content

Real time chat application using Rails ActionCable

Notifications You must be signed in to change notification settings

Buitragox/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live Chat

Implementation of a real time chat application using Rails ActionCable and React.

The focus of this project was on the backend side. The frontend is just a quick prototype made with my minimum understanding of React, but it should be enough showcase how to use ActionCable to receive and send messages.