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
·

19 repositorios

Awesome GitHub RepositoriesWeb Servers

ASGI and WSGI compatible web servers.

Explore 19 awesome GitHub repositories matching part of an awesome list · Web Servers. Refine with filters or upvote what's useful.

Awesome Web Servers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • 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

    HTTP/2-based RPC framework with Python bindings.

    C++
    Ver en GitHub↗44,891
  • vapor/vaporAvatar de vapor

    vapor/vapor

    26,138Ver en GitHub↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Provides an elegant, cross-platform web framework.

    Swiftframeworkhttphttp2
    Ver en GitHub↗26,138
  • perfectlysoft/perfectAvatar de PerfectlySoft

    PerfectlySoft/Perfect

    13,753Ver en GitHub↗

    Perfect is a server-side Swift framework designed for building high-performance web applications, REST APIs, and backend services. It provides an asynchronous HTTP server that handles web traffic through an event loop, alongside a web template engine for generating dynamic HTML pages. The project includes a WebSocket communication library for implementing bidirectional, real-time data exchange between clients and servers. It also provides a database connector to establish connections and exchange data between Swift applications and external database stores. The framework's capabilities cover

    Offers a comprehensive server-side Swift ecosystem.

    Swift
    Ver en GitHub↗13,753
  • 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

    Pre-forked, ported from Ruby's Unicorn project.

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

    Kludex/uvicorn

    10,406Ver en GitHub↗

    A lightning-fast ASGI server implementation.

    Pythonasgiasynciohttp
    Ver en GitHub↗10,406
  • kitura/kituraAvatar de Kitura

    Kitura/Kitura

    7,585Ver en GitHub↗

    Kitura is a server-side web framework for building HTTP services and web applications using the Swift programming language. It functions as an HTTP server that handles incoming requests, routes traffic, and serves responses. The framework serves as a Codable REST API framework, enabling the encoding and decoding of native Swift data types for web service communication. It also provides a FastCGI web interface to connect Swift applications to external web servers for improved scalability. The system includes capabilities for secure web communication through SSL/TLS network encryption, server-

    Provides a web framework and server for web services.

    Swift
    Ver en GitHub↗7,585
  • 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

    A Rust HTTP server for Python applications supporting WSGI/ASGI/RSGI.

    Rustasgiasynciohttp
    Ver en GitHub↗5,074
  • httpswift/swifterAvatar de httpswift

    httpswift/swifter

    4,018Ver en GitHub↗

    Swifter is a lightweight HTTP server engine and routing system written in the Swift programming language. It functions as a web server capable of handling network requests and delivering responses such as HTML and plain text. The project provides a Swift WebSocket server for establishing bidirectional real-time communication channels to exchange text and binary data. It also includes a static file server that maps URL paths to local directories for direct file system access. The engine manages HTTP request routing by mapping specific URL paths to handler functions for delivering dynamic cont

    Implements an HTTP server with routing handlers.

    Swift
    Ver en GitHub↗4,018
  • unbit/uwsgiAvatar de unbit

    unbit/uwsgi

    3,546Ver en GitHub↗

    uWSGI application server container

    Full-stack application hosting and deployment server.

    C
    Ver en GitHub↗3,546
  • django/daphneAvatar de django

    django/daphne

    2,670Ver en GitHub↗

    Django Channels HTTP/WebSocket server

    HTTP, HTTP/2, and WebSocket protocol server for Django Channels.

    Python
    Ver en GitHub↗2,670
  • zewo/zewoAvatar de Zewo

    Zewo/Zewo

    1,846Ver en GitHub↗

    Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.

    Focuses on server-side Swift development.

    Swift
    Ver en GitHub↗1,846
  • tomerfiliba-org/rpycAvatar de tomerfiliba-org

    tomerfiliba-org/rpyc

    1,704Ver en GitHub↗

    RPyC (Remote Python Call) - A transparent and symmetric RPC library for python

    A transparent and symmetric RPC library for Python.

    Python
    Ver en GitHub↗1,704
  • pylons/waitressAvatar de Pylons

    Pylons/waitress

    1,587Ver en GitHub↗

    Waitress - A WSGI server for Python 3

    Multi-threaded, powers Pyramid.

    Pythonhttp-serverpythonwsgi-server
    Ver en GitHub↗1,587
  • pgjones/hypercornAvatar de pgjones

    pgjones/hypercorn

    1,582Ver en GitHub↗

    Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

    An ASGI and WSGI Server based on Hyper libraries.

    Pythonasgiasynciohttp-server
    Ver en GitHub↗1,582
  • envoy/embassyAvatar de envoy

    envoy/Embassy

    618Ver en GitHub↗

    Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux

    Offers a lightweight, asynchronous HTTP server library.

    Swift
    Ver en GitHub↗618
  • kylef-archive/curassowAvatar de kylef-archive

    kylef-archive/Curassow

    397Ver en GitHub↗

    Swift HTTP server using the pre-fork worker model

    Implements an HTTP server using a pre-fork worker model.

    Swift
    Ver en GitHub↗397
  • nozeio/noze.ioAvatar de NozeIO

    NozeIO/Noze.io

    307Ver en GitHub↗

    Evented I/O streams for Swift

    Provides evented I/O streams similar to Node.js.

    Swift
    Ver en GitHub↗307
  • skylab-inc/lightningAvatar de skylab-inc

    skylab-inc/Lightning

    310Ver en GitHub↗

    A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework

    Offers a multiplatform, non-blocking web framework.

    Swift
    Ver en GitHub↗310
  • envoy/ambassadorAvatar de envoy

    envoy/Ambassador

    189Ver en GitHub↗

    Super lightweight web framework in Swift based on SWSGI

    Provides a lightweight web framework based on SWSGI.

    Swift
    Ver en GitHub↗189
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Web Servers