Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 449 Bytes

About

Django real time chat application just implemented the basic concepts of real time chatting. It handles the requests asynchronously

Features

  • send messages
  • receive messages
  • mulitple user access
  • authentication

How to run

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