Info
Please log in to comment!
Learn how to build a simple realtime chat application using Django, Web sockets, Channels and Redis.
Messages are stored in a database, so it's even possible to see old messages.
To connect with the backend, I use Web Sockets (Vanilla JavaScript). To add async support to Django, I use Channels.
Redis is used as a in-memory cache for Channels.
No comments yet...