I'm not using any authentication system , but if any one want to add. feel free to use django allauth or custom authentication I have custom authentication repository.if you are interested, go ahead
This app was built in with django channel ! The feature in this app is very simple
- In private-chat an user can connect other user, and they can have there real time chat!
- In Group-chat an user can connect multiple user, and they can have there real time chat!
Create virtualenv ▶️ virtualenv env
Activate your virtualenv ▶️ env/scripts/activate
pip install -r requirements.txt
python manage.py runserver