- 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.
- rails 5
- ActionCable
- 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