Skip to content

mahmudtopu3/django-channels-simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Simple Live Chat Using Channels

alt text

Installation Guide:

    1. python -m venv venv
    1. venv\Scripts\activate on windows or source venv/bin/activate on linux
    1. pip install -r requirements.txt
    1. python manage.py makemigrations
    1. python manage.py migrate
    1. create two users i.e python manage.py createsuperuser or normal user and login in admin
    1. python manage.py runserver
    1. go to localhost:8000/chat and type chatroom and using same chatroom on different browser keep chatting

It is a sample application , on production we need redis to maintian information of channel layers.

About

Very simple chat app using django channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published