Skip to content

A chatting application using websockets (Django Channels , Tortoise ORM)

Notifications You must be signed in to change notification settings

joshidivanshu/ChatApp-DjangoChannels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp-DjangoChannels

A chatting application using websockets (Django Channels , Tortoise ORM)

1. Users can have a group Chat.
2. Users can have a private Chat.
3. Users can delete their messages as well.
4. Login Alerts if a user logs in while the other user is online

Installing Requirements

Use Virtualenv and install the packages.

pip install -r requirements.txt

Running the Project

Go to the project dir and run the below line in the terminal.

python manage.py runserver

Project Snapshots

Screenshot from 2021-04-15 14-24-30 Screenshot from 2021-04-15 14-24-21 Screenshot from 2021-04-15 14-23-51

About

A chatting application using websockets (Django Channels , Tortoise ORM)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published