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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • grpc/grpcAvatar de grpc

    grpc/grpc

    44,891Voir sur 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++
    Voir sur GitHub↗44,891
  • vapor/vaporAvatar de vapor

    vapor/vapor

    26,138Voir sur 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
    Voir sur GitHub↗26,138
  • perfectlysoft/perfectAvatar de PerfectlySoft

    PerfectlySoft/Perfect

    13,753Voir sur 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
    Voir sur GitHub↗13,753
  • benoitc/gunicornAvatar de benoitc

    benoitc/gunicorn

    10,443Voir sur 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
    Voir sur GitHub↗10,443
  • kludex/uvicornAvatar de Kludex

    Kludex/uvicorn

    10,406Voir sur GitHub↗

    A lightning-fast ASGI server implementation.

    Pythonasgiasynciohttp
    Voir sur GitHub↗10,406
  • kitura/kituraAvatar de Kitura

    Kitura/Kitura

    7,585Voir sur 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
    Voir sur GitHub↗7,585
  • emmett-framework/granianAvatar de emmett-framework

    emmett-framework/granian

    5,074Voir sur 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
    Voir sur GitHub↗5,074
  • httpswift/swifterAvatar de httpswift

    httpswift/swifter

    4,018Voir sur GitHub↗

    Swifter est un moteur de serveur HTTP léger et un système de routage écrit dans le langage de programmation Swift. Il fonctionne comme un serveur web capable de gérer les requêtes réseau et de délivrer des réponses telles que du HTML et du texte brut. Le projet fournit un serveur WebSocket Swift pour établir des canaux de communication bidirectionnels en temps réel pour échanger des données textuelles et binaires. Il inclut également un serveur de fichiers statiques qui mappe les chemins d'URL vers des répertoires locaux pour un accès direct au système de fichiers. Le moteur gère le routage des requêtes HTTP en mappant des chemins d'URL spécifiques vers des fonctions de gestionnaire pour délivrer du contenu dynamique ou des redirections.

    Implements an HTTP server with routing handlers.

    Swift
    Voir sur GitHub↗4,018
  • unbit/uwsgiAvatar de unbit

    unbit/uwsgi

    3,546Voir sur GitHub↗

    uWSGI application server container

    Full-stack application hosting and deployment server.

    C
    Voir sur GitHub↗3,546
  • django/daphneAvatar de django

    django/daphne

    2,670Voir sur GitHub↗

    Django Channels HTTP/WebSocket server

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

    Python
    Voir sur GitHub↗2,670
  • zewo/zewoAvatar de Zewo

    Zewo/Zewo

    1,846Voir sur GitHub↗

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

    Focuses on server-side Swift development.

    Swift
    Voir sur GitHub↗1,846
  • tomerfiliba-org/rpycAvatar de tomerfiliba-org

    tomerfiliba-org/rpyc

    1,704Voir sur GitHub↗

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

    A transparent and symmetric RPC library for Python.

    Python
    Voir sur GitHub↗1,704
  • pylons/waitressAvatar de Pylons

    Pylons/waitress

    1,587Voir sur GitHub↗

    Waitress - A WSGI server for Python 3

    Multi-threaded, powers Pyramid.

    Pythonhttp-serverpythonwsgi-server
    Voir sur GitHub↗1,587
  • pgjones/hypercornAvatar de pgjones

    pgjones/hypercorn

    1,582Voir sur 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
    Voir sur GitHub↗1,582
  • envoy/embassyAvatar de envoy

    envoy/Embassy

    618Voir sur GitHub↗

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

    Offers a lightweight, asynchronous HTTP server library.

    Swift
    Voir sur GitHub↗618
  • kylef-archive/curassowAvatar de kylef-archive

    kylef-archive/Curassow

    397Voir sur GitHub↗

    Swift HTTP server using the pre-fork worker model

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

    Swift
    Voir sur GitHub↗397
  • nozeio/noze.ioAvatar de NozeIO

    NozeIO/Noze.io

    307Voir sur GitHub↗

    Evented I/O streams for Swift

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

    Swift
    Voir sur GitHub↗307
  • skylab-inc/lightningAvatar de skylab-inc

    skylab-inc/Lightning

    310Voir sur GitHub↗

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

    Offers a multiplatform, non-blocking web framework.

    Swift
    Voir sur GitHub↗310
  • envoy/ambassadorAvatar de envoy

    envoy/Ambassador

    189Voir sur GitHub↗

    Super lightweight web framework in Swift based on SWSGI

    Provides a lightweight web framework based on SWSGI.

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