Skip to content

django channels, redis, Async Websocket, Room[name,User] and Message[User, Room, content, date]

Notifications You must be signed in to change notification settings

kevdouglass/chat_room_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Channels Deployment (ASGI, nginx) https://youtu.be/TLGucyn9URA

Django Channels WHATSAPP CLone (Channels, Redis): https://www.youtube.com/watch?v=uzor1YC5VNU https://github.com/anshuUnity/whatsapp-clone/blob/main/chats/consumers.py

Get all user except current user (Sender):

users = User.objects.exclude(username=request.user.username) return render(request, )

Create Database Async methods for Room with M2M on User Ob.gi

https://stackoverflow.com/questions/39442112/is-it-possible-to-list-channels-stored-in-a-group

About

django channels, redis, Async Websocket, Room[name,User] and Message[User, Room, content, date]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published