Contains django code for simplistic chat server.
The project is hosted on https://chatapp-projjal.herokuapp.com
- Advanced message tracking like Whatsapp (Seen/Delivered)
- Mark as read(to avoid old messages)
- All validation features (Cannot sent to non-existent users)
- Form-hijacking prevention
- Emoji integration
- Sending images
- End-End encryption
- Ajax Integration