[ bianca ]
[ 原始碼: python-daphne ]
套件:python3-daphne(4.1.2-2+deb13u1)
python3-daphne 的相關連結
下載原始碼套件 python-daphne:
- [python-daphne_4.1.2-2+deb13u1.debian.tar.xz]
- [python-daphne_4.1.2-2+deb13u1.dsc]
- [python-daphne_4.1.2.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Django Channels HTTP/WebSocket server (Python3 version)
Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developed to power Django Channels.
It supports automatic negotiation of protocols; there's no need for URL prefixing to determine WebSocket endpoints versus HTTP endpoints.
This package contains the Python 3 version of the library.
其他與 python3-daphne 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-asgiref (>= 3.2.10~)
- ASGI in-memory channel layer (Python3 version)
-
- dep: python3-autobahn
- WebSocket client and server library, WAMP framework - Python 3.x
-
- dep: python3-twisted
- Event-based framework for internet applications