17 dépôts
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 est un framework RPC à haute concurrence et un service de génération d'ID distribué. Il fournit l'infrastructure pour créer des identifiants uniques et ordonnés dans le temps à travers un réseau de serveurs et facilite le développement de services réseau conçus pour gérer des volumes massifs de requêtes simultanées. Le système sépare la logique de transport de bas niveau du comportement de l'application, permettant l'implémentation de protocoles RPC personnalisés. Il inclut un outil de traçage de requêtes distribué pour visualiser le flux d'exécution à travers les limites du réseau et une interface de gestion du cycle de vie du serveur pour ajuster les niveaux de journalisation et contrôler les états des processus pendant l'exécution. Le projet couvre la surveillance du système en temps réel via l'exportation de métriques basées sur JSON et le profilage des performances de l'application pour analyser l'utilisation du tas et la contention des threads.
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 est une interface utilisateur graphique pour configurer et gérer un serveur Appium afin d'automatiser les tests d'applications mobiles. Il sert de gestionnaire d'automatisation multiplateforme pour contrôler les sessions sur différents systèmes d'exploitation mobiles et fournisseurs cloud. L'application inclut un inspecteur d'applications mobiles pour analyser les arbres de sources d'applications et identifier les attributs des éléments, ainsi qu'un enregistreur de scripts de test qui capture les interactions utilisateur pour générer du code d'automatisation. L'outil couvre l'administration du serveur et le contrôle du cycle de vie, permettant la gestion des configurations réseau et des variables d'environnement via des préréglages enregistrés. Il fournit une observabilité via la surveillance des journaux du serveur en temps réel et des capacités de gestion de session pour initialiser de nouvelles sessions ou s'attacher à des sessions existantes. Il facilite également la connectivité aux plateformes de test cloud distantes.
Provides controls to start, stop, and manage the operational state of the automation server.
Llama-swap est un orchestrateur d'inférence locale et une passerelle API pour les grands modèles de langage (LLM). Il fonctionne comme un proxy API OpenAI qui gère le cycle de vie de plusieurs serveurs de modèles locaux, les démarrant et les arrêtant automatiquement pour basculer entre les modèles en fonction des identifiants de requête entrants. Le projet se distingue par son basculement dynamique de modèles et son optimisation matérielle. Il utilise un contrôle de concurrence spécialisé basé sur des matrices pour définir quels modèles peuvent s'exécuter simultanément et emploie une éviction basée sur les coûts pour supprimer les serveurs inactifs de la mémoire en fonction des ressources consommées. Le système fournit une gestion complète des modèles, incluant l'aliasing d'identifiants, le filtrage de requêtes et l'exécution de commandes de cycle de vie pour les conteneurs ou machines virtuelles. Il inclut également des outils d'observabilité tels qu'un playground de test visuel, une surveillance des performances système en temps réel et des fonctionnalités de sécurité comme la vérification de clés API et le chiffrement TLS. Les mises à jour de configuration sont gérées via un rechargement dynamique qui surveille les changements sur le système de fichiers sans nécessiter de redémarrage manuel.
Controls the startup and shutdown of model servers using commands for containers and virtual machines.
Ce projet est un guide complet et une collection de meilleures pratiques pour tester les applications backend Node.js. Il fournit un ensemble curaté de modèles et d'exemples de référence pour écrire des tests unitaires, d'intégration et de composants fiables. Le projet se distingue par des stratégies spécifiques pour l'intégration backend, y compris des méthodes détaillées pour les tests de contrat API par rapport aux spécifications OpenAPI et aux schémas partagés. Il offre des conseils spécialisés sur la gestion des tests de file d'attente de messages, en se concentrant sur l'idempotence, la résilience et la synchronisation asynchrone des événements. Le guide couvre une large gamme de domaines de capacité, y compris l'isolation et le nettoyage de l'état de la base de données, le mocking des dépendances externes via des intercepteurs réseau et des stubs typés, et l'automatisation de l'infrastructure de test conteneurisée. Il aborde également l'optimisation des performances pour les suites de tests via l'utilisation de disques RAM et de moteurs mémoire pour le stockage des données.
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.
Ce projet est un orchestrateur de workflow de développement propulsé par l'IA qui intègre des agents de codage autonomes directement dans les éditeurs de code. Il fonctionne comme un framework de gestion de systèmes multi-agents, permettant aux développeurs d'automatiser des tâches complexes telles que le refactoring, la complétion en ligne et les workflows de développement logiciel multi-étapes. En utilisant un protocole de communication standardisé, il fait le pont entre les environnements de développement locaux et les grands modèles de langage (LLM). Le système se distingue par son approche axée sur l'orchestration de tâches par agents et une configuration granulaire. Les utilisateurs peuvent définir plusieurs agents avec des comportements, des outils et des prompts système distincts, permettant une automatisation hautement personnalisée conforme aux standards de codage du projet. Il prend en charge une gestion de contexte sophistiquée, incluant la capacité d'injecter des détails sur la base de code, l'état de l'espace de travail et des informations de diagnostic dans les prompts pour améliorer la précision du code et des plans générés. Au-delà de l'orchestration, la plateforme fournit des outils complets pour l'observabilité et la gestion de session. Elle inclut des fonctionnalités pour surveiller la consommation de tokens, suivre le statut des tâches en arrière-plan et conserver l'historique des conversations entre les sessions. L'architecture repose sur des flux d'entrée et de sortie standards pour une communication fiable et intègre une gestion sécurisée des identifiants pour traiter l'authentification sans exposer de clés sensibles.
Controls the start, stop, and operational state of background server processes.