awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesWeb Server Logic Extensions

Capabilities for extending web server request processing with custom business rules and filtering.

Distinguishing note: Shortlist candidates are too specific to serialization or SDKs; this is about server-level request logic.

Explore 3 awesome GitHub repositories matching web development · Web Server Logic Extensions. Refine with filters or upvote what's useful.

Awesome Web Server Logic Extensions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alibaba/tengineAvatar de alibaba

    alibaba/tengine

    13,276Ver en GitHub↗

    Tengine is an enhanced Nginx web server distribution designed for high-traffic environments. It functions as a high-performance reverse proxy, dynamic load balancer, and HTTP/3 proxy server, integrating an embedded Lua scripting engine to allow for custom business logic and dynamic request processing. The project distinguishes itself through a focus on modern transport protocols and efficiency, featuring native support for QUIC and HTTP/3 to reduce connection latency. It implements userspace UDP forwarding to bypass the kernel for higher throughput and provides the ability to dynamically upda

    Extends server functionality by embedding Lua scripting to implement custom business rules and request filtering.

    Chttp3ingressnginx
    Ver en GitHub↗13,276
  • netease/pomeloAvatar de NetEase

    NetEase/pomelo

    11,880Ver en GitHub↗

    Pomelo is a distributed Node.js game server framework designed for building scalable multiplayer game backends and real-time web applications. It employs a multi-process architecture to distribute application logic horizontally across a cluster of machines, enabling high concurrency and balanced network traffic. The framework utilizes a WebSocket communication layer to manage bidirectional data exchange between diverse web clients and server clusters. It incorporates a remote procedure call system for triggering functions across remote server processes and uses Protocol Buffers for binary ser

    Provides a plugin architecture to modify network protocols and extend server behavior.

    JavaScript
    Ver en GitHub↗11,880
  • moonbingbing/openresty-best-practicesAvatar de moonbingbing

    moonbingbing/openresty-best-practices

    3,620Ver en GitHub↗

    This project is an API gateway optimization manual and implementation guide for OpenResty. It provides a collection of architectural patterns and coding standards for developing scriptable server logic using the Lua language within Nginx. The repository serves as a reference for extending web server functionality and optimizing network traffic gateways. It focuses on deployment strategies and high-performance coding patterns to reduce latency and increase request throughput. The content covers the development of custom gateway logic, edge computing workflows, and high-throughput network engi

    Enables the development of custom web server logic extensions to add functionality without low-level module writing.

    Lua
    Ver en GitHub↗3,620
  1. Home
  2. Web Development
  3. Web Server Logic Extensions

Explorar subetiquetas

  • Execution Logic AnalysisMethods for auditing how web servers interpret file execution paths and handle path corrections to prevent unauthorized access. **Distinct from Web Server Logic Extensions:** Distinct from general logic extensions: focuses on security auditing of existing server execution logic rather than implementing new business rules.