awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • alibaba/tengineالصورة الرمزية لـ alibaba

    alibaba/tengine

    13,276عرض على 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
    عرض على GitHub↗13,276
  • netease/pomeloالصورة الرمزية لـ NetEase

    NetEase/pomelo

    11,880عرض على 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
    عرض على GitHub↗11,880
  • moonbingbing/openresty-best-practicesالصورة الرمزية لـ moonbingbing

    moonbingbing/openresty-best-practices

    3,620عرض على 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
    عرض على GitHub↗3,620
  1. Home
  2. Web Development
  3. Web Server Logic Extensions

استكشف الوسوم الفرعية

  • 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.