17 रिपॉजिटरी
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
यह प्रोजेक्ट एक AI-संचालित डेवलपमेंट वर्कफ़्लो ऑर्केस्ट्रेटर है, जो ऑटोनॉमस कोडिंग एजेंट्स को सीधे कोड एडिटर्स में इंटीग्रेट करता है। यह मल्टी-एजेंट सिस्टम को मैनेज करने के लिए एक फ्रेमवर्क के रूप में काम करता है, जिससे डेवलपर्स कोड रिफैक्टरिंग, इनलाइन कंप्लीशन और मल्टी-स्टेज सॉफ्टवेयर डेवलपमेंट वर्कफ़्लो जैसे जटिल कार्यों को ऑटोमेट कर सकते हैं। एक स्टैंडर्ड कम्युनिकेशन प्रोटोकॉल का उपयोग करके, यह लोकल डेवलपमेंट एनवायरनमेंट और लार्ज लैंग्वेज मॉडल्स के बीच की दूरी को कम करता है। यह सिस्टम अपने एजेंट-आधारित टास्क ऑर्केस्ट्रेशन और ग्रैनुलर कॉन्फ़िगरेशन पर फोकस के कारण अलग है। यूज़र्स अलग-अलग व्यवहार, टूल्स और सिस्टम प्रॉम्प्ट्स वाले कई एजेंट्स को परिभाषित कर सकते हैं, जिससे प्रोजेक्ट-विशिष्ट कोडिंग मानकों के अनुरूप अत्यधिक अनुकूलित ऑटोमेशन संभव होता है। यह परिष्कृत कॉन्टेक्स्ट मैनेजमेंट को सपोर्ट करता है, जिसमें जनरेट किए गए कोड और प्लान की सटीकता को बेहतर बनाने के लिए कोडबेस विवरण, वर्कस्पेस स्टेट और डायग्नोस्टिक जानकारी को प्रॉम्प्ट्स में इंजेक्ट करने की क्षमता शामिल है। कोर ऑर्केस्ट्रेशन के अलावा, यह प्लेटफ़ॉर्म ऑब्जर्वेबिलिटी और सेशन मैनेजमेंट के लिए व्यापक टूलिंग प्रदान करता है। इसमें टोकन उपयोग की निगरानी, बैकग्राउंड जॉब स्टेटस को ट्रैक करना और सेशन के दौरान बातचीत के इतिहास को बनाए रखने जैसी सुविधाएं शामिल हैं। इसका आर्किटेक्चर विश्वसनीय संचार के लिए स्टैंडर्ड इनपुट और आउटपुट स्ट्रीम पर निर्भर करता है और संवेदनशील कीज़ (keys) को उजागर किए बिना ऑथेंटिकेशन को संभालने के लिए सुरक्षित क्रेडेंशियल मैनेजमेंट को शामिल करता है।
Controls the start, stop, and operational state of background server processes.