awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vapor/vaporvapor का अवतार

    vapor/vapor

    26,138GitHub पर देखें↗

    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
    GitHub पर देखें↗26,138
  • kataras/iriskataras का अवतार

    kataras/iris

    25,582GitHub पर देखें↗

    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
    GitHub पर देखें↗25,582
  • elysiajs/elysiaelysiajs का अवतार

    elysiajs/elysia

    18,531GitHub पर देखें↗

    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
    GitHub पर देखें↗18,531
  • hyperium/hyperhyperium का अवतार

    hyperium/hyper

    15,945GitHub पर देखें↗

    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
    GitHub पर देखें↗15,945
  • http-party/node-http-proxyhttp-party का अवतार

    http-party/node-http-proxy

    14,135GitHub पर देखें↗

    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
    GitHub पर देखें↗14,135
  • revel/revelrevel का अवतार

    revel/revel

    13,224GitHub पर देखें↗

    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
    GitHub पर देखें↗13,224
  • twitter/snowflaketwitter का अवतार

    twitter/snowflake

    7,774GitHub पर देखें↗

    Snowflake is a high-concurrency RPC framework and distributed ID generation service. It provides the infrastructure to create unique, time-ordered identifiers across a network of servers and facilitates the development of network services designed to handle massive volumes of simultaneous requests. The system separates low-level transport logic from application behavior, allowing for the implementation of custom RPC protocols. It includes a distributed request tracing tool to visualize execution flow across network boundaries and a server lifecycle management interface to adjust logging level

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

    Scala
    GitHub पर देखें↗7,774
  • agones-dev/agonesagones-dev का अवतार

    agones-dev/agones

    6,888GitHub पर देखें↗

    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
    GitHub पर देखें↗6,888
  • cortexproject/cortexcortexproject का अवतार

    cortexproject/cortex

    5,751GitHub पर देखें↗

    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
    GitHub पर देखें↗5,751
  • facebookarchive/gracefacebookarchive का अवतार

    facebookarchive/grace

    4,882GitHub पर देखें↗

    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
    GitHub पर देखें↗4,882
  • appium/appium-desktopappium का अवतार

    appium/appium-desktop

    4,809GitHub पर देखें↗

    Appium Desktop is a graphical user interface for configuring and managing an Appium server to automate mobile application tests. It serves as a cross-platform automation manager for controlling sessions across different mobile operating systems and cloud providers. The application includes a mobile app inspector for analyzing application source trees and identifying element attributes, alongside a test script recorder that captures user interactions to generate automation code. The tool covers server administration and lifecycle control, allowing for the management of network configurations

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

    JavaScript
    GitHub पर देखें↗4,809
  • mostlygeek/llama-swapmostlygeek का अवतार

    mostlygeek/llama-swap

    4,786GitHub पर देखें↗

    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
    GitHub पर देखें↗4,786
  • goldbergyoni/nodejs-testing-best-practicesgoldbergyoni का अवतार

    goldbergyoni/nodejs-testing-best-practices

    4,365GitHub पर देखें↗

    This project is a comprehensive guide and collection of best practices for testing Node.js backend applications. It provides a curated set of patterns and reference examples for writing reliable unit, integration, and component tests. The project distinguishes itself through specific strategies for backend integration, including detailed methods for API contract testing against OpenAPI specifications and shared schemas. It offers specialized guidance on managing message queue testing, focusing on idempotency, resilience, and asynchronous event synchronization. The guide covers a broad range

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

    JavaScriptbackendbest-practicescomponent-testing
    GitHub पर देखें↗4,365
  • grpc-ecosystem/grpc-springgrpc-ecosystem का अवतार

    grpc-ecosystem/grpc-spring

    3,706GitHub पर देखें↗

    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
    GitHub पर देखें↗3,706
  • open62541/open62541open62541 का अवतार

    open62541/open62541

    3,033GitHub पर देखें↗

    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
    GitHub पर देखें↗3,033
  • slskd/slskdslskd का अवतार

    slskd/slskd

    2,784GitHub पर देखें↗

    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
    GitHub पर देखें↗2,784
  • editor-code-assistant/ecaeditor-code-assistant का अवतार

    editor-code-assistant/eca

    648GitHub पर देखें↗

    यह प्रोजेक्ट एक AI-संचालित डेवलपमेंट वर्कफ़्लो ऑर्केस्ट्रेटर है, जो ऑटोनॉमस कोडिंग एजेंट्स को सीधे कोड एडिटर्स में इंटीग्रेट करता है। यह मल्टी-एजेंट सिस्टम को मैनेज करने के लिए एक फ्रेमवर्क के रूप में काम करता है, जिससे डेवलपर्स कोड रिफैक्टरिंग, इनलाइन कंप्लीशन और मल्टी-स्टेज सॉफ्टवेयर डेवलपमेंट वर्कफ़्लो जैसे जटिल कार्यों को ऑटोमेट कर सकते हैं। एक स्टैंडर्ड कम्युनिकेशन प्रोटोकॉल का उपयोग करके, यह लोकल डेवलपमेंट एनवायरनमेंट और लार्ज लैंग्वेज मॉडल्स के बीच की दूरी को कम करता है। यह सिस्टम अपने एजेंट-आधारित टास्क ऑर्केस्ट्रेशन और ग्रैनुलर कॉन्फ़िगरेशन पर फोकस के कारण अलग है। यूज़र्स अलग-अलग व्यवहार, टूल्स और सिस्टम प्रॉम्प्ट्स वाले कई एजेंट्स को परिभाषित कर सकते हैं, जिससे प्रोजेक्ट-विशिष्ट कोडिंग मानकों के अनुरूप अत्यधिक अनुकूलित ऑटोमेशन संभव होता है। यह परिष्कृत कॉन्टेक्स्ट मैनेजमेंट को सपोर्ट करता है, जिसमें जनरेट किए गए कोड और प्लान की सटीकता को बेहतर बनाने के लिए कोडबेस विवरण, वर्कस्पेस स्टेट और डायग्नोस्टिक जानकारी को प्रॉम्प्ट्स में इंजेक्ट करने की क्षमता शामिल है। कोर ऑर्केस्ट्रेशन के अलावा, यह प्लेटफ़ॉर्म ऑब्जर्वेबिलिटी और सेशन मैनेजमेंट के लिए व्यापक टूलिंग प्रदान करता है। इसमें टोकन उपयोग की निगरानी, बैकग्राउंड जॉब स्टेटस को ट्रैक करना और सेशन के दौरान बातचीत के इतिहास को बनाए रखने जैसी सुविधाएं शामिल हैं। इसका आर्किटेक्चर विश्वसनीय संचार के लिए स्टैंडर्ड इनपुट और आउटपुट स्ट्रीम पर निर्भर करता है और संवेदनशील कीज़ (keys) को उजागर किए बिना ऑथेंटिकेशन को संभालने के लिए सुरक्षित क्रेडेंशियल मैनेजमेंट को शामिल करता है।

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

    Clojureaichatcompletion
    GitHub पर देखें↗648
  1. Home
  2. Web Development
  3. HTTP Server Configuration

सब-टैग एक्सप्लोर करें

  • gRPC Server Configurations2 सब-टैग्सConfigures 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.