There are 1 repository under django-channels-framework topic.
Fully featured Django and Django Channel Based Messaging Application API. This application can be used with any front-end framework/mobile-application over api
Auction made in Python/Django
Django website Powered by Python, Django-Channels, WebRTC, Tailwind CSS, React, Postgres and Docker
Django+Channels开发的web端即时通讯
Channels wraps Django’s native asynchronous view support, allowing Django projects to handle not only HTTP, but protocols that require long-running connections too - WebSockets, MQTT, chatbots, amateur radio, and more.
API Clone Of Instagram using Django
The Official DPS Ruby Park Tech Club website
This is simple Django group-based chat application. We are using `channels[daphne]` library with `InMemoryChannelLayer` channel layer for async communication, Also `djangorestframework` for the REST APIs.
working along django channels official tutorial and creating a chat service with chat groups
Single app django project in which users can create rooms that contain color cells and assign them random colors in real time! This project also uses redis caching
Tic-tac-toe game on Django and Angular using sockets, Redis and PostgreSQL
A real time chat application from scratch. For the backend, Django is used with a package called Channels and the frontend will use vanilla JavaScript with Web Sockets.
simple Django chat app by Web Sockets (Django Channels library)
Real-time Graph using Django Channels, Web Socket
This is a codebase for the official Django Channels tutorial in https://channels.readthedocs.io/en/latest/tutorial/
A web application that allows agents to reply to customers [Branch Interview Solution].
A simple group chat app made using Django channels