Django - Servers

Created: Last Updated:
    • uvicorn - https://github.com/encode/uvicorn - #opensource #python My notes: ASGI only; supports HTTP/1.1 and WebSockets. Added on: 2024-10-11
    • hypercorn - https://github.com/pgjones/hypercorn - #opensource #python My notes: ASGI and WSGI. Supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2). Can utilise asyncio, uvloop, or trio. Added on: 2024-10-11
    • daphne - https://github.com/django/daphne - #opensource #python My notes: Django Channels HTTP/WebSocket server Added on: 2024-10-11
    • mangum - https://github.com/kludex/mangum - #opensource #python My notes: Server to run ASGI in AWS Lambda Added on: 2023-10-12