Django real time chat application just implemented the basic concepts of real time chatting. It handles the requests asynchronously
- send messages
- receive messages
- mulitple user access
- authentication
to run the application, You need to configure you machine first:
- install python
- create virtualenv
- install all of the modules from requirements.txt file
- setup the database
- run the server
- enjoy