Skip to content

NotShrirang/django-channels-chatting-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatting App using Django Channels

Real time chatting application implemented using Django Channels.

This is implementation of my blog - Django Channels is All You Need

Installation guide:

Clone the repo:

git clone https://github.com/NotShrirang/django-channels-chatting-app.git

Install the requirements:

pip install -r requirements.txt

Make the migrations:

python manage.py makemigrations
python manage.py migrate

Run the server:

python manage.py runserver