Daphne

Daphne

February 4, 2023 | permanent

Application Server #

tags
Python

Django is one of the most popular Python web frameworks. If you’ve developed applications with Django, you’ll likely have used the Daphne web server. Daphne is one of the first ASGI server implementations used as a reference for ASGI server implementations.

The following are Daphne’s salient features #

  • Widely adopted in production environments
  • Reference for all ASGI server implementations
  • Support for HTTP, HTTP2, and WebSocket protocols


No notes link to this note

Go to random page

Previous Next