Skip to content

This asynchronous chat application is built using HTML, CSS, JS and Python(Django), Channels, Daphne, authentication system

Notifications You must be signed in to change notification settings

Shivakumar1V/Django-Asynchronous-Chatroom-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Django Chatroom App

This chat application is built using Django, Django-channels and daphne, In this chat application users can chat together in a chatroom asynchronously

Included

  • User Authentication System
  • Messages saved to database

How to use?

Clone the project

  git clone https://github.com/Shivakumar1V/Django-Asynchronous-Chatroom-Project

Go to the project directory

  cd chatroom_proj

Install dependencies

  pip install -r requirements.txt

Start the server

  python manage.py runserver
  • It will run the application on localhost
  • Open the browser visit localhost:8000 and enjoy the application

Note

In this project used "In-Memory Channel Layer" as "CHANNEL_LAYERS" as the project running on local server, use "Redis Channel Layer" on production

More about using Channel Layers visit Channel Layers

About

This asynchronous chat application is built using HTML, CSS, JS and Python(Django), Channels, Daphne, authentication system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published