/Django-Natter

This is a real time chat application. Built in with django-channels.

Primary LanguagePython

Welcome to Django | Natter

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

You must logged in to access this app, so create some superuser,

This app was built in with django channel ! The feature in this app is very simple

Private Chat System &

Group Chat System

  1. In private-chat an user can connect other user, and they can have there real time chat!
  2. In Group-chat an user can connect multiple user, and they can have there real time chat!

Optional Text Optional Text Optional Text Optional Text

How To install ?
Create virtualenv ▶️ virtualenv env
Activate your virtualenv ▶️ env/scripts/activate
pip install -r requirements.txt
python manage.py runserver