Skip to content

iamharshkumar/django_react_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features include

  1. How to build a chat app using Django Channels
  2. How to show notifications for new messages
  3. How to show a user's online status
  4. How to show when a user is typing
  5. How to setup token authentication for websockets

For django setup

steps to follow to run project:-

python -m virtualenv env

source env/bin/activate

pip install -r requirements.txt

docker-compose -f local.yml up

python manage.py runserver

for react

npm install

npm start

About

Chat web app build using django channels and react

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors