awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
django avatar

django/daphne

0
View on GitHub↗
2,670 estrellas·286 forks·Python·BSD-3-Clause·6 vistas

Daphne

Django Channels HTTP/WebSocket server

Features

  • Web Servers - HTTP, HTTP/2, and WebSocket protocol server for Django Channels.
  • ASGI Servers - Server for ASGI and HTTP protocols.
  • Web Servers - Listed in the “Web Servers” section of the Awesome Python awesome list.

Historial de estrellas

Gráfico del historial de estrellas de django/daphneGráfico del historial de estrellas de django/daphne

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Daphne

Proyectos open-source similares, clasificados según cuántas características comparten con Daphne.
  • grpc/grpcAvatar de grpc

    grpc/grpc

    44,891Ver en GitHub↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    C++
    Ver en GitHub↗44,891
  • emmett-framework/granianAvatar de emmett-framework

    emmett-framework/granian

    5,074Ver en GitHub↗

    Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major Python gateway interfaces—ASGI for asynchronous apps, WSGI for synchronous apps, and RSGI for async requests—while also handling HTTP/1.1, HTTP/2, and WebSocket connections through automatic protocol negotiation. Architecturally, Granian uses a multiprocess worker model that isolates requests across CPU cores and provides configurable threadpool-limited concurrency to control backpressure per worker. It includes built-in Prometheus metrics exposition for connection counts and

    Rustasgiasynciohttp
    Ver en GitHub↗5,074
  • benoitc/gunicornAvatar de benoitc

    benoitc/gunicorn

    10,443Ver en GitHub↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    Pythonhttphttp-serverpython
    Ver en GitHub↗10,443
  • kludex/uvicornAvatar de Kludex

    Kludex/uvicorn

    10,406Ver en GitHub↗
    Pythonasgiasynciohttp
    Ver en GitHub↗10,406
Ver las 30 alternativas a Daphne→

Preguntas frecuentes

¿Qué hace django/daphne?

Django Channels HTTP/WebSocket server

¿Cuáles son las características principales de django/daphne?

Las características principales de django/daphne son: Web Servers, ASGI Servers.

¿Qué alternativas de código abierto existen para django/daphne?

Las alternativas de código abierto para django/daphne incluyen: pgjones/hypercorn — Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn. kludex/uvicorn. emmett-framework/granian — Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major… benoitc/gunicorn — Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a… grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between… pylons/waitress — Waitress - A WSGI server for Python 3.