This is just a simple Chat Application in which a user can join the room and continue chatting with others.
- I haven't implemented any Push Service that can awake this App from the Background and show the Notification.
- If you know Node.js and FCM you can implement by your own here's the guide and can use this Node Module
- In this App you can add as many functionalities you want like Storing of messages in the mobile local DB(SQLite) and also make it more specific so that only one person can chat with other.