python3-daphne

Django Channels HTTP/WebSocket server (Python3 version)
  https://github.com/django/daphne/
  0
  no reviews



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.