django-channels-basic-chat icon indicating copy to clipboard operation
django-channels-basic-chat copied to clipboard

django-channels-basic-chat

Tutorial link: https://youtu.be/cw8-KFVXpTE

Cloning and starting project

    • git clone https://github.com/divanov11/django-channels-basic-chat
    • cd django-channels-basic-chat
    • pip install -r requirements.txt
    • python manage.py runserver