Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit a8cb5e0

Browse files
committed
add Django Channels to technology used documentation
1 parent 1740590 commit a8cb5e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

documentation/docs/start/tools/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ Docker is an open-source and free containerization platform. Working applicatio
7171

7272
Quasar (pronounced /ˈkweɪ.zɑɹ/) is an MIT licensed open-source Vue.js based framework, which allows the development of responsive++ websites/apps. Quasar works on top of VueJS to provide a full-featured toolset for building responsive frontend apps. Develop an app and simultaneously deploy it as a website, a mobile app, or an Electron app.
7373

74+
<technology image="django-channels-white-bg-square.jpg" />
75+
76+
## [Django Channels](https://github.com/django/channels/)
77+
78+
### Developer-friendly asynchrony for Django
79+
80+
Channels is a project that takes Django and extends its abilities beyond HTTP - to handle WebSockets, chat protocols, IoT protocols, and more. It’s built on a Python specification called [ASGI](https://asgi.readthedocs.io/en/latest/). Channels is an official Django Project.
81+

0 commit comments

Comments
 (0)