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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • grpc/grpcAvatar grpc

    grpc/grpc

    44,891Vezi pe 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++
    Vezi pe GitHub↗44,891
  • vapor/vaporAvatar vapor

    vapor/vapor

    26,138Vezi pe 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
    Vezi pe GitHub↗26,138
  • perfectlysoft/perfectAvatar PerfectlySoft

    PerfectlySoft/Perfect

    13,753Vezi pe 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
    Vezi pe GitHub↗13,753
  • benoitc/gunicornAvatar benoitc

    benoitc/gunicorn

    10,443Vezi pe 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
    Vezi pe GitHub↗10,443
  • kludex/uvicornAvatar Kludex

    Kludex/uvicorn

    10,406Vezi pe GitHub↗

    A lightning-fast ASGI server implementation.

    Pythonasgiasynciohttp
    Vezi pe GitHub↗10,406
  • kitura/kituraAvatar Kitura

    Kitura/Kitura

    7,585Vezi pe 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
    Vezi pe GitHub↗7,585
  • emmett-framework/granianAvatar emmett-framework

    emmett-framework/granian

    5,074Vezi pe 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
    Vezi pe GitHub↗5,074
  • httpswift/swifterAvatar httpswift

    httpswift/swifter

    4,018Vezi pe GitHub↗

    Swifter este un motor de server HTTP și un sistem de rutare scris în limbajul de programare Swift. Funcționează ca un server web capabil să gestioneze cereri de rețea și să livreze răspunsuri precum HTML și text simplu. Proiectul oferă un server WebSocket Swift pentru stabilirea canalelor de comunicare bidirecționale în timp real pentru schimbul de date text și binare. Include, de asemenea, un server de fișiere statice care mapează căile URL către directoare locale pentru acces direct la sistemul de fișiere. Motorul gestionează rutarea cererilor HTTP prin maparea unor căi URL specifice către funcții handler pentru livrarea de conținut dinamic sau redirecționări.

    Implements an HTTP server with routing handlers.

    Swift
    Vezi pe GitHub↗4,018
  • unbit/uwsgiAvatar unbit

    unbit/uwsgi

    3,546Vezi pe GitHub↗

    uWSGI application server container

    Full-stack application hosting and deployment server.

    C
    Vezi pe GitHub↗3,546
  • django/daphneAvatar django

    django/daphne

    2,670Vezi pe GitHub↗

    Django Channels HTTP/WebSocket server

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

    Python
    Vezi pe GitHub↗2,670
  • zewo/zewoAvatar Zewo

    Zewo/Zewo

    1,846Vezi pe GitHub↗

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

    Focuses on server-side Swift development.

    Swift
    Vezi pe GitHub↗1,846
  • tomerfiliba-org/rpycAvatar tomerfiliba-org

    tomerfiliba-org/rpyc

    1,704Vezi pe GitHub↗

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

    A transparent and symmetric RPC library for Python.

    Python
    Vezi pe GitHub↗1,704
  • pylons/waitressAvatar Pylons

    Pylons/waitress

    1,587Vezi pe GitHub↗

    Waitress - A WSGI server for Python 3

    Multi-threaded, powers Pyramid.

    Pythonhttp-serverpythonwsgi-server
    Vezi pe GitHub↗1,587
  • pgjones/hypercornAvatar pgjones

    pgjones/hypercorn

    1,582Vezi pe 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
    Vezi pe GitHub↗1,582
  • envoy/embassyAvatar envoy

    envoy/Embassy

    618Vezi pe GitHub↗

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

    Offers a lightweight, asynchronous HTTP server library.

    Swift
    Vezi pe GitHub↗618
  • kylef-archive/curassowAvatar kylef-archive

    kylef-archive/Curassow

    397Vezi pe GitHub↗

    Swift HTTP server using the pre-fork worker model

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

    Swift
    Vezi pe GitHub↗397
  • nozeio/noze.ioAvatar NozeIO

    NozeIO/Noze.io

    307Vezi pe GitHub↗

    Evented I/O streams for Swift

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

    Swift
    Vezi pe GitHub↗307
  • skylab-inc/lightningAvatar skylab-inc

    skylab-inc/Lightning

    310Vezi pe GitHub↗

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

    Offers a multiplatform, non-blocking web framework.

    Swift
    Vezi pe GitHub↗310
  • envoy/ambassadorAvatar envoy

    envoy/Ambassador

    189Vezi pe GitHub↗

    Super lightweight web framework in Swift based on SWSGI

    Provides a lightweight web framework based on SWSGI.

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