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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to zellerin/http2

Open-source alternatives to Http2

30 open-source projects similar to zellerin/http2, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Http2 alternative.

  • akamai/cl-http2-protocolAvatar von akamai

    akamai/cl-http2-protocol

    106Auf GitHub ansehen↗

    HTTP/2 interop library in Common Lisp

    Common Lisp
    Auf GitHub ansehen↗106
  • orthecreedence/carrierAvatar von orthecreedence

    orthecreedence/carrier

    43Auf GitHub ansehen↗

    A lightweight, async HTTP client

    Common Lisp
    Auf GitHub ansehen↗43
  • orthecreedence/wookieAvatar von orthecreedence

    orthecreedence/wookie

    196Auf GitHub ansehen↗

    Asynchronous HTTP server in common lisp

    Common Lisp
    Auf GitHub ansehen↗196
  • franzinc/aserveAvatar von franzinc

    franzinc/aserve

    203Auf GitHub ansehen↗

    AllegroServe, a web server written in Common Lisp

    Common Lisp
    Auf GitHub ansehen↗203
  • fukamachi/wooAvatar von fukamachi

    fukamachi/woo

    1,381Auf GitHub ansehen↗

    A fast non-blocking HTTP server on top of libev

    Common Lisp
    Auf GitHub ansehen↗1,381
  • gendl/aserveAvatar von gendl

    gendl/aserve

    8Auf GitHub ansehen↗

    AllegroServe, a web server written in Common Lisp

    Common Lisp
    Auf GitHub ansehen↗8

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • fukamachi/dexadorAvatar von fukamachi

    fukamachi/dexador

    432Auf GitHub ansehen↗

    A fast HTTP client for Common Lisp

    Common Lisp
    Auf GitHub ansehen↗432
  • fukamachi/fast-httpAvatar von fukamachi

    fukamachi/fast-http

    358Auf GitHub ansehen↗

    A fast HTTP request/response parser for Common Lisp.

    Common Lisp
    Auf GitHub ansehen↗358
  • preactjs/wmrAvatar von preactjs

    preactjs/wmr

    4,926Auf GitHub ansehen↗

    wmr is a web application development tool and build system that functions as an ES modules bundler, static site generator, and local development server. It provides a complete environment for creating modern web applications, combining a production compiler with a server that supports hot reloading. The project is distinguished by its integrated approach to background scripts and routing, serving as both a service worker bundler and a tool for filesystem-based routing. It enables the generation of static HTML via prerendering and provides native integration for spawning web workers to handle

    JavaScriptbuild-toolesmodulespreact
    Auf GitHub ansehen↗4,926
  • restify/node-restifyAvatar von restify

    restify/node-restify

    10,686Auf GitHub ansehen↗

    Restify is a Node.js web framework designed for building scalable RESTful web services and APIs. It provides a server-side environment for creating HTTP network services with integrated routing and request handling. The framework utilizes a middleware-based architecture to process incoming requests and manage responses. This approach supports the construction of web interfaces that follow standard architectural principles to deliver data to clients. The system covers a broad range of backend engineering capabilities, including route-based request dispatching, schema-based request validation,

    JavaScript
    Auf GitHub ansehen↗10,686
  • daninus14/lack-rerouterAvatar von daninus14

    daninus14/lack-rerouter

    2Auf GitHub ansehen↗

    lack middleware to reroute URIs of requests

    Common Lisp
    Auf GitHub ansehen↗2
  • dertuxmalwieder/cl-hismeticAvatar von dertuxmalwieder

    dertuxmalwieder/cl-hismetic

    0Auf GitHub ansehen↗

    A session management middleware for ningle and clack applications.

    Common Lisp
    Auf GitHub ansehen↗0
  • django/daphneAvatar von django

    django/daphne

    2,670Auf GitHub ansehen↗

    Django Channels HTTP/WebSocket server

    Python
    Auf GitHub ansehen↗2,670
  • dom96/httpbeastD

    dom96/httpbeast

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dunwu/nginx-tutorialAvatar von dunwu

    dunwu/nginx-tutorial

    5,437Auf GitHub ansehen↗

    This project is a set of configuration guides and instructional tutorials for setting up Nginx as a web server and reverse proxy. It provides practical examples for hosting static files and directing network traffic to backend servers. The materials cover the implementation of load balancing using weighted round-robin strategies to distribute traffic across server clusters. It also provides guidance on configuring reverse proxies to manage request flow and secure application access. The documentation includes instructions for routing requests by URL path to host multiple applications on a si

    JavaScriptload-balancernginxproxy
    Auf GitHub ansehen↗5,437
  • emmett-framework/granianAvatar von emmett-framework

    emmett-framework/granian

    5,074Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,074
  • eudoxia0/clack-errorsAvatar von eudoxia0

    eudoxia0/clack-errors

    27Auf GitHub ansehen↗

    Error page middleware for Clack.

    JavaScript
    Auf GitHub ansehen↗27
  • fisxoj/clack-static-asset-middlewareAvatar von fisxoj

    fisxoj/clack-static-asset-middleware

    1Auf GitHub ansehen↗

    A cache-busting static asset middleware for the clack web framework

    Common Lisp
    Auf GitHub ansehen↗1
  • fukamachi/clackAvatar von fukamachi

    fukamachi/clack

    1,106Auf GitHub ansehen↗

    Web server abstraction layer for Common Lisp

    Common Lisp
    Auf GitHub ansehen↗1,106
  • grpc/grpcAvatar von grpc

    grpc/grpc

    44,891Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗44,891
  • guzba/mummyG

    guzba/mummy

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • iocrate/netkitI

    iocrate/netkit

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jeko2000/tiny-routesAvatar von jeko2000

    jeko2000/tiny-routes

    19Auf GitHub ansehen↗

    A tiny routing library for Common Lisp targeting Clack.

    Common Lisp
    Auf GitHub ansehen↗19
  • kaliumhexacyanoferrat/genhttpAvatar von Kaliumhexacyanoferrat

    Kaliumhexacyanoferrat/GenHTTP

    272Auf GitHub ansehen↗

    Lightweight embeddable web server written in pure C# with few dependencies to 3rd-party libraries.

    C#
    Auf GitHub ansehen↗272
  • kludex/uvicornAvatar von Kludex

    Kludex/uvicorn

    10,406Auf GitHub ansehen↗
    Pythonasgiasynciohttp
    Auf GitHub ansehen↗10,406
  • knobo/live-reloadAvatar von knobo

    knobo/live-reload

    1Auf GitHub ansehen↗

    Live reload for clack

    JavaScript
    Auf GitHub ansehen↗1
  • macournoyer/thinAvatar von macournoyer

    macournoyer/thin

    2,275Auf GitHub ansehen↗

    A very fast & simple Ruby web server

    Ruby
    Auf GitHub ansehen↗2,275
  • mdbergmann/cl-tbnl-gserver-tmgrAvatar von mdbergmann

    mdbergmann/cl-tbnl-gserver-tmgr

    28Auf GitHub ansehen↗

    Hunchentoot Gserver based taskmanager

    Common Lisp
    Auf GitHub ansehen↗28
  • mmontone/easy-routesAvatar von mmontone

    mmontone/easy-routes

    69Auf GitHub ansehen↗

    Yet another routes handling utility on top of Hunchentoot

    Common Lisp
    Auf GitHub ansehen↗69
  • mmontone/hunchentoot-errorsAvatar von mmontone

    mmontone/hunchentoot-errors

    11Auf GitHub ansehen↗

    Augments Hunchentoot error pages and logs with request and session information.

    Common Lisp
    Auf GitHub ansehen↗11