channels
Async framework
An asynchronous framework for Django that supports WebSockets and task offloading.
Developer-friendly asynchrony for Django
6k stars
158 watching
799 forks
Language: Python
last commit: 2 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
django/daphne | A Python-based HTTP/2 and WebSocket protocol server developed to power ASGI applications. | 2,416 |
django-cms/django-cms | An enterprise content management system built on top of Django. | 10,252 |
jazzband/django-silk | A tool that intercepts and analyzes HTTP requests and database queries in Django applications | 4,526 |
encode/django-rest-framework | A toolkit for building web APIs with Django. | 28,584 |
django-webpack/django-webpack-loader | A tool that integrates Webpack bundles into Django templates | 2,525 |
jschneier/django-storages | Provides a collection of storage backends for Django projects | 2,782 |
edelvalle/reactor | Enables real-time updates in Django applications using a combination of Django Channels and Phoenix LiveView-like functionality | 635 |
justquick/django-activity-stream | Generates streams of actions performed on a website, allowing users to follow specific actors' activities. | 2,391 |
stephenmcd/django-socketio | Enables WebSockets support in Django applications | 1,318 |
cookiecutter/cookiecutter-django | A framework for quickly creating production-ready Django projects with a set of defaults and configurations. | 12,227 |
etianen/django-reversion | Version control extension for Django web framework | 3,049 |
django-commons/django-debug-toolbar | Displays debug information about a current request/response in a configurable toolbar | 8,126 |
jazzband/django-push-notifications | Provides tools and models to send push notifications to mobile devices through multiple channels. | 2,282 |
graphql-python/graphene-django | Seamlessly integrates Django with GraphQL APIs to build powerful, efficient, and flexible web applications. | 4,318 |
mongodb/motor | A Python driver for MongoDB with non-blocking access and support for asyncio and Tornado applications | 2,446 |