Skip to content

Live Chat is Basically an application that establishes communication between users using Django and Django Channels.

Notifications You must be signed in to change notification settings

OsafAliSayed/liveChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Live Chat application

Description

This application allows user to signup and create groups(only admins can create group) and simulate chatting application. It uses Django channels to establish the connection and Javascript WebSocket for frontend.

How to setup

  • firstly install Python on your system
  • then install django and django channels in order to run the project properly
  • Now you can simply download the project and run its migration as follows python manage.py makemigrations and migrate as follows python manage.py migrate
  • Finally run the command to execute the project python manage.py runserver

About

Live Chat is Basically an application that establishes communication between users using Django and Django Channels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published