Skip to content

Real time multi-user chatting application, it has implemented the basic concepts of real time chatting. Users can send and receive messages from multiple users. Updates the conversation asynchronously.

Notifications You must be signed in to change notification settings

sahaib9747/Django_Realtime_Chat

Repository files navigation

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

About

Real time multi-user chatting application, it has implemented the basic concepts of real time chatting. Users can send and receive messages from multiple users. Updates the conversation asynchronously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published