Skip to content

A simple web chat with django and django channels

Notifications You must be signed in to change notification settings

MoisesHDAndrade/WebChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Web Chat

A simple chat application using django with channels and Bootstrap 5

How to use

  1. you need Redis database installed in your machine
  2. create your virtual enviroment
  3. pip install -r requirements.txt
  4. python manage.py migrate
  5. python manage.py runserver if you want to try in other devices inside your local network run "python manage.py runserver 0.0.0.0:8000" and enjoy

Improving the template

You can download and choose your favorite template for web chat or make it by your own

https://channels.readthedocs.io/en/latest/tutorial/part_1.html https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04-pt

About

A simple web chat with django and django channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published