Skip to content

HMnesterov/WebChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web chat on Websockets and Django

If you want to change settings, you should edit the env file

Launch

git clone https://github.com/BenitoSwaggolini/WebChat.git
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
cd config
python manage.py migrate
python manage.py runserver

Docker

https://github.com/BenitoSwaggolini/WebChat.git
docker-compose up -d

Opportunities:

  • chat/<room_name> - Chat
  • log - Authorization
  • item - Registration

About

Webchat on django and websockets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published