17 repositorios
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 es un framework RPC de alta concurrencia y servicio de generación de ID distribuido. Proporciona la infraestructura para crear identificadores únicos y ordenados por tiempo a través de una red de servidores y facilita el desarrollo de servicios de red diseñados para manejar volúmenes masivos de solicitudes simultáneas. El sistema separa la lógica de transporte de bajo nivel del comportamiento de la aplicación, permitiendo la implementación de protocolos RPC personalizados. Incluye una herramienta de rastreo de solicitudes distribuida para visualizar el flujo de ejecución a través de los límites de la red y una interfaz de gestión del ciclo de vida del servidor para ajustar los niveles de registro y controlar los estados de los procesos durante el tiempo de ejecución. El proyecto cubre el monitoreo del sistema en tiempo real a través de la exportación de métricas basadas en JSON y el perfilado del rendimiento de la aplicación para analizar el uso del heap y la contención de hilos.
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 es una interfaz gráfica de usuario para configurar y gestionar un servidor Appium para automatizar pruebas de aplicaciones móviles. Sirve como un gestor de automatización multiplataforma para controlar sesiones a través de diferentes sistemas operativos móviles y proveedores de nube. La aplicación incluye un inspector de aplicaciones móviles para analizar árboles de fuentes de aplicaciones e identificar atributos de elementos, junto con un grabador de scripts de prueba que captura las interacciones del usuario para generar código de automatización. La herramienta cubre la administración del servidor y el control del ciclo de vida, permitiendo la gestión de configuraciones de red y variables de entorno a través de preajustes guardados. Proporciona observabilidad mediante el monitoreo de registros del servidor en tiempo real y capacidades de gestión de sesiones para inicializar nuevas sesiones o adjuntarse a las existentes. También facilita la conectividad a plataformas de pruebas en la nube remotas.
Provides controls to start, stop, and manage the operational state of the automation server.
Llama-swap es un orquestador de inferencia local y puerta de enlace API para modelos de lenguaje de gran tamaño. Funciona como un proxy de la API de OpenAI que gestiona el ciclo de vida de múltiples servidores de modelos locales, iniciándolos y deteniéndolos automáticamente para intercambiar modelos según los identificadores de las solicitudes entrantes. El proyecto destaca por su intercambio dinámico de modelos y optimización de hardware. Utiliza un control de concurrencia basado en matrices para definir qué modelos pueden ejecutarse simultáneamente y emplea una política de desalojo basada en costes para eliminar servidores inactivos de la memoria según los costes relativos de los recursos. El sistema proporciona una gestión integral de modelos, incluyendo alias de identificadores, filtrado de solicitudes y la ejecución de comandos de ciclo de vida para contenedores o máquinas virtuales. También incluye herramientas de observabilidad como un entorno de pruebas visual para modelos, monitorización del rendimiento del sistema en tiempo real y funciones de seguridad como verificación de claves API y cifrado TLS. Las actualizaciones de configuración se gestionan mediante recarga dinámica, que monitoriza el sistema de archivos en busca de cambios sin necesidad de reiniciar manualmente.
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.
Este proyecto es un orquestador de flujos de trabajo de desarrollo impulsado por IA que integra agentes de codificación autónomos directamente en los editores de código. Funciona como un framework para gestionar sistemas multi-agente, permitiendo a los desarrolladores automatizar tareas complejas como la refactorización de código, el autocompletado en línea y flujos de trabajo de desarrollo de software de varias etapas. Al utilizar un protocolo de comunicación estandarizado, cierra la brecha entre los entornos de desarrollo locales y los modelos de lenguaje de gran tamaño. El sistema se distingue por su enfoque en la orquestación de tareas basada en agentes y una configuración granular. Los usuarios pueden definir múltiples agentes con comportamientos, herramientas y prompts del sistema distintos, lo que permite una automatización altamente personalizada que cumple con los estándares de codificación específicos del proyecto. Admite una gestión de contexto sofisticada, incluida la capacidad de inyectar detalles del código base, el estado del espacio de trabajo e información de diagnóstico en los prompts para mejorar la precisión del código y los planes generados. Más allá de la orquestación central, la plataforma proporciona herramientas integrales para la observabilidad y la gestión de sesiones. Incluye funciones para monitorear el uso de tokens, rastrear el estado de los trabajos en segundo plano y persistir los historiales de conversación entre sesiones. La arquitectura se basa en flujos de entrada y salida estándar para una comunicación confiable e incorpora una gestión segura de credenciales para manejar la autenticación sin exponer claves confidenciales.
Controls the start, stop, and operational state of background server processes.