Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 499 Bytes

File metadata and controls

14 lines (12 loc) · 499 Bytes

Chat Application

  • User, conversation, message models are created
  • conversation channel is created which is initiated when users are active
  • message broadcast job is written which executes after message creation
  • real time communication is done for active users only.

Technology Used

  • rails 5
  • ActionCable

Tasks Done

  • Users can create new accout, log in and log out
  • User can see all the users present in database
  • Users can do one to one communication with each other in real time