Skip to content

officialtech/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat (NO DB is used, just anon chat)

Django based live chat support application using Websockets and Channels, it's fully Anonymous based chat application, where you only have to create room and choose any username and you can start chat.

How it will work

To create virtual environment and clone everything is here

You have to install all docker dependencies, you can get that from here

  • We will use a channel layer that uses Redis as its backing store. To start a Redis server on port 6379, run the following command:

sudo docker run -p 6379:6379 -d redis:5

image

image

Chatting

image

About

Django based live chat support application using Websockets and Channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published