awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 repository-uri

Awesome GitHub RepositoriesHTTP Server Configuration

Settings and parameters for tuning web server performance and security.

Distinguishing note: Focuses on server-level tuning rather than application-level routing.

Explore 17 awesome GitHub repositories matching web development · HTTP Server Configuration. Refine with filters or upvote what's useful.

Awesome HTTP Server Configuration GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • 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

    Configures HTTP server settings including connection backlog, compression, and TLS security settings.

    Swiftframeworkhttphttp2
    Vezi pe GitHub↗26,138
  • kataras/irisAvatar kataras

    kataras/iris

    25,582Vezi pe GitHub↗

    Iris is a high-performance web framework and API toolkit for the Go programming language. It provides the infrastructure necessary to build HTTP/2 web applications, REST APIs, and MVC-based websites. The project distinguishes itself through a flexible architectural model that supports multiple isolated application instances within a single process and allows for binary-embedded asset loading to eliminate external filesystem dependencies. It features dynamic router hot-reloading and a pluggable view engine for rendering dynamic HTML content. The framework covers a broad range of capabilities,

    Sets up listening ports, sockets, and certificates for network connectivity.

    Go
    Vezi pe GitHub↗25,582
  • elysiajs/elysiaAvatar elysiajs

    elysiajs/elysia

    18,531Vezi pe GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Allows customization of low-level server settings including TLS certificates and WebSocket behavior.

    TypeScriptbunframeworkhttp
    Vezi pe GitHub↗18,531
  • hyperium/hyperAvatar hyperium

    hyperium/hyper

    15,945Vezi pe GitHub↗

    Hyper is a low-level networking library designed for building high-performance HTTP clients and servers. It provides a foundational toolkit for creating network services that leverage asynchronous execution and memory-safe data handling, supporting both HTTP/1 and HTTP/2 protocols. The library distinguishes itself through a protocol-agnostic architecture that separates transport logic from HTTP semantics. It utilizes a service-trait abstraction to decouple network logic from the underlying transport, enabling developers to inject custom middleware for request interception and response transfo

    Configures server communication protocols by selecting appropriate builders and runtime executors.

    Rusthttphyperrust
    Vezi pe GitHub↗15,945
  • http-party/node-http-proxyAvatar http-party

    http-party/node-http-proxy

    14,135Vezi pe GitHub↗

    node-http-proxy is a Node.js HTTP proxy library used for forwarding requests to target servers. It functions as reverse proxy middleware capable of mapping incoming routes to target destinations and transforming request and response data streams. The library includes a WebSocket proxy gateway that upgrades standard HTTP connections into bidirectional streams between clients and backend servers. It also provides a response transformer for modifying bodies, location headers, and cookie domains. The project covers traffic routing management via rule-based translation tables and secure connectio

    Provides controls to start a standalone web server to listen for connections or shut it down.

    JavaScript
    Vezi pe GitHub↗14,135
  • revel/revelAvatar revel

    revel/revel

    13,224Vezi pe GitHub↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Manages network parameters including HTTP/HTTPS ports and SSL certificates to control server exposure.

    Go
    Vezi pe GitHub↗13,224
  • twitter/snowflakeAvatar twitter

    twitter/snowflake

    7,774Vezi pe GitHub↗

    Snowflake este un framework RPC de înaltă concurență și un serviciu distribuit de generare a ID-urilor. Acesta oferă infrastructura pentru a crea identificatori unici, ordonați temporal, într-o rețea de servere și facilitează dezvoltarea serviciilor de rețea concepute pentru a gestiona volume masive de cereri simultane. Sistemul separă logica de transport de nivel scăzut de comportamentul aplicației, permițând implementarea de protocoale RPC personalizate. Include un instrument de tracing distribuit al cererilor pentru a vizualiza fluxul de execuție peste limitele rețelei și o interfață de gestionare a ciclului de viață al serverului pentru a ajusta nivelurile de logare și a controla stările procesului în timpul runtime-ului. Proiectul acoperă monitorizarea sistemului în timp real prin exportul de metrici bazat pe JSON și profilarea performanței aplicației pentru a analiza utilizarea heap-ului și contencția thread-urilor.

    Ships mechanisms for controlling the operational state and lifecycle of the RPC server.

    Scala
    Vezi pe GitHub↗7,774
  • agones-dev/agonesAvatar agones-dev

    agones-dev/agones

    6,888Vezi pe GitHub↗

    Agones is a Kubernetes game server orchestrator designed for hosting, scaling, and managing dedicated multiplayer game servers. It extends the Kubernetes control plane using custom resource definitions to define game server and fleet objects, utilizing a dedicated fleet manager to maintain pools of warm server instances. The system provides a game server SDK and language-specific client libraries that allow server processes to signal readiness, health, and shutdown states directly to the controller. It distinguishes itself through specialized scaling logic, including the use of WebAssembly mo

    Implements integrated signaling for server readiness, health pings, and shutdown triggers.

    Goagonesdedicated-game-serversdedicated-gameservers
    Vezi pe GitHub↗6,888
  • cortexproject/cortexAvatar cortexproject

    cortexproject/cortex

    5,751Vezi pe GitHub↗

    Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro

    Cortex sets the HTTP and gRPC server settings for all launched Cortex services.

    Gocncfhacktoberfestkubernetes
    Vezi pe GitHub↗5,751
  • facebookarchive/graceAvatar facebookarchive

    facebookarchive/grace

    4,882Vezi pe GitHub↗

    Grace is a lifecycle controller and process manager for Go applications designed to coordinate server transitions and implement system-level socket activation. It functions as a tool for managing secure HTTP servers and their transport layer security configurations across multiple ports. The project enables zero-downtime deployments by handing over network sockets to successor processes, allowing existing requests to complete before an old process shuts down. It also provides socket activation management, which allows servers to start lazily only upon receiving connections through an external

    Manages the lifecycle of secure HTTP servers across multiple ports with integrated transport layer security.

    Go
    Vezi pe GitHub↗4,882
  • appium/appium-desktopAvatar appium

    appium/appium-desktop

    4,809Vezi pe GitHub↗

    Appium Desktop este o interfață grafică pentru configurarea și gestionarea unui server Appium pentru automatizarea testelor aplicațiilor mobile. Servește ca un manager de automatizare cross-platform pentru controlul sesiunilor pe diferite sisteme de operare mobile și furnizori cloud. Aplicația include un inspector de aplicații mobile pentru analizarea arborilor sursă ai aplicațiilor și identificarea atributelor elementelor, alături de un recorder de scripturi de testare care capturează interacțiunile utilizatorului pentru a genera cod de automatizare. Instrumentul acoperă administrarea serverului și controlul ciclului de viață, permițând gestionarea configurațiilor de rețea și a variabilelor de mediu prin presetări salvate. Oferă observabilitate prin monitorizarea log-urilor serverului în timp real și capabilități de gestionare a sesiunilor pentru a inițializa sesiuni noi sau a se atașa la cele existente. De asemenea, facilitează conectivitatea la platforme de testare cloud la distanță.

    Provides controls to start, stop, and manage the operational state of the automation server.

    JavaScript
    Vezi pe GitHub↗4,809
  • mostlygeek/llama-swapAvatar mostlygeek

    mostlygeek/llama-swap

    4,786Vezi pe GitHub↗

    Llama-swap is a local inference orchestrator and API gateway for large language models. It functions as an OpenAI API proxy that manages the lifecycle of multiple local model servers, automatically starting and stopping them to swap models based on incoming request identifiers. The project distinguishes itself through dynamic model swapping and hardware optimization. It utilizes a specialized matrix-based concurrency control to define which models can run simultaneously and employs cost-based eviction to remove inactive servers from memory based on relative resource costs. The system provide

    Controls the startup and shutdown of model servers using commands for containers and virtual machines.

    Go
    Vezi pe GitHub↗4,786
  • goldbergyoni/nodejs-testing-best-practicesAvatar goldbergyoni

    goldbergyoni/nodejs-testing-best-practices

    4,365Vezi pe GitHub↗

    Acest proiect este un ghid cuprinzător și o colecție de bune practici pentru testarea aplicațiilor backend Node.js. Oferă un set curatat de tipare și exemple de referință pentru scrierea testelor unitare, de integrare și de componente fiabile. Proiectul se distinge prin strategii specifice pentru integrarea backend, inclusiv metode detaliate pentru testarea contractelor API față de specificațiile OpenAPI și schemele partajate. Oferă îndrumări specializate privind gestionarea testării cozilor de mesaje, concentrându-se pe idempotență, reziliență și sincronizarea asincronă a evenimentelor. Ghidul acoperă o gamă largă de zone de capabilitate, inclusiv izolarea și curățarea stării bazei de date, mock-uirea dependențelor externe prin interceptori de rețea și stub-uri sigure din punct de vedere al tipurilor, și automatizarea infrastructurii de testare containerizate. De asemenea, abordează optimizarea performanței pentru suitele de testare prin utilizarea RAM disk-urilor și a motoarelor de memorie pentru stocarea datelor.

    Provides explicit functions to control the startup and shutdown of the web server during test execution.

    JavaScriptbackendbest-practicescomponent-testing
    Vezi pe GitHub↗4,365
  • grpc-ecosystem/grpc-springAvatar grpc-ecosystem

    grpc-ecosystem/grpc-spring

    3,706Vezi pe GitHub↗

    grpc-spring is a framework for integrating gRPC servers and clients into Spring applications. It provides a suite of tools for managing the lifecycle of remote procedure call servers, automating client stub injection, and implementing request interception within a Java environment. The project enables high-performance remote procedure call communication through annotation-driven service registration and automatic configuration of client stubs. It includes a specialized interceptor library for modifying requests and responses, as well as a telemetry tool for exporting performance metrics and d

    Manages the startup and shutdown of high-performance gRPC servers using service annotations.

    Javagrpcgrpc-frameworkgrpc-java
    Vezi pe GitHub↗3,706
  • open62541/open62541Avatar open62541

    open62541/open62541

    3,033Vezi pe GitHub↗

    open62541 is an open-source implementation of the OPC Unified Architecture standard, providing a complete stack for industrial automation and data exchange. It functions as both an OPC UA server and client, enabling the creation of an object-oriented address space to model physical industrial assets and their relationships. The project is designed for versatility across diverse hardware, offering a C99 library that can be deployed to both cloud servers and resource-constrained embedded environments. It distinguishes itself through a pluggable network layer and interface-based security backend

    Provides mechanisms for controlling the start, stop, and operational state of the server instance.

    Ccclientiec-62541
    Vezi pe GitHub↗3,033
  • slskd/slskdAvatar slskd

    slskd/slskd

    2,784Vezi pe GitHub↗

    slskd is a headless network daemon and peer-to-peer file-sharing server for the Soulseek network. It functions as a network client and API gateway, allowing users to search for and share files via a web interface or a REST API. The project distinguishes itself through a focus on automation and remote management, featuring event-driven triggers that can execute system scripts or send webhooks. It supports advanced network routing via SOCKS5 proxies and provides a flexible deployment model that includes a dockerized client with volume mapping and environment-based configuration. The system cov

    Provides settings for configuring the web server port, IP address, and base URL for the management interface.

    C#hacktoberfestsoulseeksoulseek-network
    Vezi pe GitHub↗2,784
  • editor-code-assistant/ecaAvatar editor-code-assistant

    editor-code-assistant/eca

    648Vezi pe GitHub↗

    This project is an AI-powered development workflow orchestrator that integrates autonomous coding agents directly into code editors. It functions as a framework for managing multi-agent systems, enabling developers to automate complex tasks such as code refactoring, inline completion, and multi-stage software development workflows. By utilizing a standardized communication protocol, it bridges the gap between local development environments and large language models. The system distinguishes itself through its focus on agent-based task orchestration and granular configuration. Users can define

    Controls the start, stop, and operational state of background server processes.

    Clojureaichatcompletion
    Vezi pe GitHub↗648
  1. Home
  2. Web Development
  3. HTTP Server Configuration

Explorează sub-etichetele

  • gRPC Server Configurations2 sub-tag-uriConfigures both HTTP and gRPC server settings for all launched services in a distributed system. **Distinct from HTTP Server Configuration:** Distinct from HTTP Server Configuration: covers both HTTP and gRPC server settings, not just HTTP.