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

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

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

19 مستودعات

Awesome GitHub RepositoriesWeb Server Integrations

Configuration modules and proxy settings for deploying applications behind standard web servers.

Distinguishing note: Focuses on infrastructure-level proxying and web server compatibility rather than application-level routing.

Explore 19 awesome GitHub repositories matching devops & infrastructure · Web Server Integrations. Refine with filters or upvote what's useful.

Awesome Web Server Integrations GitHub Repositories

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

    facebook/react

    245,669عرض على GitHub↗

    React هي مكتبة JavaScript لبناء واجهات المستخدم تعتمد على معمارية قائمة على المكونات وتدفق بيانات أحادي الاتجاه.

    Supports serving applications from specific subpaths of existing websites through proxy configuration.

    JavaScriptjavascriptuifrontend
    عرض على GitHub↗245,669
  • mastra-ai/mastraالصورة الرمزية لـ mastra-ai

    mastra-ai/mastra

    21,221عرض على GitHub↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Mounts AI agents and workflows into existing Node.js web applications using framework-specific adapters.

    TypeScriptagentsaichatbots
    عرض على GitHub↗21,221
  • sanic-org/sanicالصورة الرمزية لـ sanic-org

    sanic-org/sanic

    18,624عرض على GitHub↗

    Sanic is an asynchronous Python web framework designed for building high-performance APIs and services. It operates as a production-ready ASGI web server, utilizing a non-blocking event loop to handle concurrent requests and maximize throughput. The framework is built to support scalable architectures, offering built-in worker process management to distribute traffic across available CPU cores. What distinguishes Sanic is its focus on modularity and developer-centric tooling. It features a blueprint-based system for organizing complex applications into pluggable components, alongside a robust

    Runs the application using third-party web servers for compatibility with alternative deployment ecosystems.

    Pythonapi-serverasgiasyncio
    عرض على GitHub↗18,624
  • go-martini/martiniالصورة الرمزية لـ go-martini

    go-martini/martini

    11,603عرض على GitHub↗

    Martini is a web framework for the Go programming language that provides a toolkit for building web applications. It functions as a routing engine and an HTTP middleware pipeline to map network requests to specific handler functions. The framework is distinguished by its dependency injection system, which automatically resolves and provides requested service types as arguments to handler functions. This allows for the decoupling of business logic from infrastructure by matching requested types against a registry of available services. The project covers a broad range of web capabilities, inc

    Implements standard handler interfaces to allow the application to run as a subtree on existing web servers.

    Go
    عرض على GitHub↗11,603
  • dunglas/frankenphpالصورة الرمزية لـ dunglas

    dunglas/frankenphp

    11,156عرض على GitHub↗

    FrankenPHP is a high-performance application server and runtime for PHP. It functions as a web server that executes PHP scripts and delivers web content, incorporating a binary bundler to package applications and their dependencies into standalone executable files. The project integrates the PHP interpreter directly into the Caddy web server to provide automatic HTTPS and flexible site configuration. It features a worker mode runtime that keeps applications bootloaded in memory across requests to eliminate bootstrap overhead and increase throughput. Additionally, it serves as a communication

    Integrates the PHP interpreter directly into the Caddy web server to eliminate external process management.

    Go
    عرض على GitHub↗11,156
  • benoitc/gunicornالصورة الرمزية لـ benoitc

    benoitc/gunicorn

    10,443عرض على GitHub↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    Connecting Python applications to diverse infrastructure environments by supporting standard protocols like HTTP, uWSGI, and PROXY.

    Pythonhttphttp-serverpython
    عرض على GitHub↗10,443
  • happyfish100/fastdfsالصورة الرمزية لـ happyfish100

    happyfish100/fastdfs

    9,231عرض على GitHub↗

    FastDFS is a distributed file system and object store designed as a high-capacity file server. It functions as a cluster storage manager that saves, syncs, and accesses large volumes of unstructured data across a network of distributed servers. The system uses unique identifiers for file retrieval and indexing instead of traditional hierarchical naming to avoid metadata bottlenecks. It manages file attributes through key-value metadata mapping and employs a distributed replication model to ensure high availability and data redundancy across storage groups. The project provides capabilities f

    Provides integration tools for connecting the storage cluster to external web servers for direct file delivery to users.

    Cdistributed-file-storagedistributed-file-systemstorage-servers
    عرض على GitHub↗9,231
  • graphql/graphql-playgroundالصورة الرمزية لـ graphql

    graphql/graphql-playground

    8,839عرض على GitHub↗

    GraphQL Playground is an interactive development environment and API client used for writing, testing, and debugging GraphQL queries, mutations, and subscriptions. It functions as a visual tool for executing requests against a GraphQL server and inspecting the resulting JSON responses. The project includes a documentation browser for exploring schemas and an editor with autocompletion and error highlighting. It provides specialized capabilities for analyzing API performance through tracing visualization and supports real-time data updates via subscription streaming. The environment allows fo

    Integrates the interactive IDE directly into a web server as a built-in interface.

    TypeScript
    عرض على GitHub↗8,839
  • tiddlywiki/tiddlywiki5الصورة الرمزية لـ TiddlyWiki

    TiddlyWiki/TiddlyWiki5

    8,599عرض على GitHub↗

    TiddlyWiki5 is a modular wiki engine and non-linear knowledge base that organizes information into small, linked chunks. It can function as a single-file personal wiki where all content and application logic are stored within one HTML file for local-first use, or as a self-hosted wiki server that serves content over HTTP. The project is distinguished by a data-driven architecture where plugins and extensions are treated as stored data entries. It features a filter-based query engine for manipulating structured data and a transclusion system that allows the live content of one entry to be embe

    Supports running as a service on Windows IIS with URL rewriting and recovery capabilities.

    JavaScripthacktoberfesthtmljavascript
    عرض على GitHub↗8,599
  • kitura/kituraالصورة الرمزية لـ Kitura

    Kitura/Kitura

    7,585عرض على GitHub↗

    Kitura is a server-side web framework for building HTTP services and web applications using the Swift programming language. It functions as an HTTP server that handles incoming requests, routes traffic, and serves responses. The framework serves as a Codable REST API framework, enabling the encoding and decoding of native Swift data types for web service communication. It also provides a FastCGI web interface to connect Swift applications to external web servers for improved scalability. The system includes capabilities for secure web communication through SSL/TLS network encryption, server-

    Provides the necessary integration to deploy the application behind professional web servers via FastCGI.

    Swift
    عرض على GitHub↗7,585
  • agronholm/apschedulerالصورة الرمزية لـ agronholm

    agronholm/apscheduler

    7,539عرض على GitHub↗

    APScheduler is a Python task scheduler designed to execute functions at specific times or recurring intervals. It functions as an asynchronous background scheduler and distributed job dispatcher, allowing tasks to run concurrently with application lifecycles and web server request handling. The system distinguishes itself through a persistent job store that saves schedules and task states in external databases, ensuring continuity across process restarts. It separates task scheduling from execution by dispatching jobs to distributed workers in separate processes to prevent execution bottlenec

    Allows the scheduler to be registered as a native component within web server frameworks to run alongside network requests.

    Python
    عرض على GitHub↗7,539
  • cisco-talos/clamavالصورة الرمزية لـ Cisco-Talos

    Cisco-Talos/clamav

    6,869عرض على GitHub↗

    ClamAV - Documentation is here: https://docs.clamav.net

    Scans file uploads and HTTP traffic for viruses using proxy filters and Apache modules.

    Cantivirusclamavgplv2
    عرض على GitHub↗6,869
  • holoviz/panelالصورة الرمزية لـ holoviz

    holoviz/panel

    5,709عرض على GitHub↗

    Panel هو إطار عمل لتطبيقات البيانات بلغة Python يُستخدم لبناء لوحات تحكم تفاعلية وواجهات مستخدم تفاعلية من خلال ربط تصورات البيانات، والأدوات (widgets)، والاستدعاءات. يعمل كمكتبة واجهة مستخدم تفاعلية تزامن حالة التطبيق مع تحديثات الواجهة بناءً على تفاعلات المستخدم. يتميز المشروع بتقديم نماذج تنفيذ متعددة، بما في ذلك خادم تطبيقات ويب قائم على FastAPI لإدارة الجلسات القابلة للتوسع ومترجم WebAssembly الذي يمكّن تطبيقات Python من العمل مباشرة في المتصفح دون خادم خلفي. كما يتضمن مجموعة أدوات متخصصة لبناء واجهات ذكاء اصطناعي محادثة مع استجابات نصية متدفقة وسجلات رسائل. يغطي إطار العمل مجالات إمكانيات واسعة بما في ذلك تصميم التخطيط المتجاوب، وتكامل مكتبات الرسم المتنوعة وجداول البيانات التفاعلية، وإدارة المعلمات التفاعلية. ويوفر أدوات لمصادقة المستخدم، واستمرارية الجلسة، وجدولة مهام الخلفية.

    Optimizes applications for high-performance server environments to ensure scalable production execution.

    Python
    عرض على GitHub↗5,709
  • rvm/rvmالصورة الرمزية لـ rvm

    rvm/rvm

    5,192عرض على GitHub↗

    RVM هو مدير إصدارات Ruby وأداة أتمتة بناء مصممة لتثبيت والتبديل بين إصدارات متعددة من مترجم Ruby على نظام واحد. يعمل كعازل للتبعيات وغلاف لبيئة الصدفة (shell)، مما يسمح بإنشاء مجموعات مكتبات مسماة لمنع تعارضات الإصدار بين المشاريع المختلفة. يتميز المشروع كمنسق للنشر يقوم بأتمتة توفير بيئات تشغيل Ruby عبر الخوادم البعيدة وعملاء البناء. يقوم بإنشاء أغلفة قابلة للتنفيذ مستقلة لضمان تحميل بيئات تشغيل ومجموعات مكتبات محددة للمهام المجدولة، ومديري الخدمات، ونصوص بدء تشغيل النظام. تغطي الأداة مجموعة واسعة من الإمكانيات، بما في ذلك التجميع التلقائي للمصدر مع علامات مترجم مخصصة، والتثبيت في مساحة المستخدم لتجنب امتيازات الجذر، والتكامل مع مختلف الصدفات ومحررات النصوص. كما يوفر بنية تحتية لمزامنة البيئة عن بُعد، واختبار توافق التكامل المستمر، وتكامل خادم التطبيقات.

    Links specific language versions to web application servers to ensure apps execute in the correct environment.

    Shelljrubymri-rubymruby
    عرض على GitHub↗5,192
  • shlinkio/shlinkالصورة الرمزية لـ shlinkio

    shlinkio/shlink

    5,117عرض على GitHub↗

    Shlink هو أداة تقصير روابط (URL shortener) ذاتية الاستضافة مصممة لإنشاء وإدارة عناوين الويب المختصرة على نطاقات مخصصة مع ملكية كاملة للبيانات. يعمل كمحول توجيه ديناميكي للروابط ومدير روابط متعدد النطاقات، مما يسمح لتثبيت واحد بتنظيم وخدمة الأسماء المستعارة عبر عدة نطاقات جذر مختلفة. يتمحور النظام حول واجهة برمجة تطبيقات REST لإدارة الروابط برمجياً، مما يتيح للتطبيقات الخارجية أتمتة إنشاء وتحديث وحذف الروابط القصيرة. ويتضمن محرك تحليلات حركة مرور مخصص يسجل الزيارات، ويكتشف الروبوتات، ويوفر بيانات جغرافية لتحليل أنماط التفاعل. يوفر المشروع توجيهاً متقدماً لحركة المرور يمكنه إرسال الزوار إلى وجهات مختلفة بناءً على نوع الجهاز، أو الترويسات، أو قواعد الأولوية المخصصة. ويغطي إمكانيات أوسع تشمل توليد رموز QR، والتخزين المؤقت الموزع، وإدارة مفاتيح API مع أذونات دقيقة. يتم دعم التثبيت عبر واجهة سطر الأوامر وأدوات التكوين التفاعلية لنشر البنية التحتية ذاتية الاستضافة.

    Provides configuration and proxy settings for integration with standard web servers.

    PHPlaminasmezziophp
    عرض على GitHub↗5,117
  • phusion/passengerالصورة الرمزية لـ phusion

    phusion/passenger

    5,084عرض على GitHub↗

    Passenger هو خادم ويب متعدد المستأجرين ومدير عمليات ديناميكي مصمم لاستضافة وإدارة تطبيقات الويب المكتوبة بلغات Ruby و Python و Node.js. يعمل كخادم تطبيقات يتعامل مع إدارة العمليات والموارد، مما يضمن إمكانية تشغيل تطبيقات مستقلة متعددة على مثيل خادم واحد. يتميز المشروع بنموذج نشر مرن، قادر على العمل كخادم ويب مستقل أو كوحدة تكامل لخوادم ويب خارجية عالية الأداء موجودة. يستخدم واجهة محايدة لغوياً لتوفير استضافة متعددة اللغات ويستخدم بنية متعددة المستأجرين لتحسين استخدام موارد النظام. تشمل القدرات الأساسية إدارة العمليات الآلية مع توسيع نطاق ديناميكي بناءً على حركة المرور في الوقت الفعلي ونظام إشراف يعيد تشغيل العمليات المتعطلة تلقائياً. يوفر الخادم أيضاً موازنة تحميل الوكيل العكسي لتوزيع الطلبات على أقل العمليات انشغالاً، إلى جانب أدوات لمراقبة الصحة والتقاط السجلات. يمكن تحديد سلوك وإعدادات الخادم عبر ملف تكوين مخصص أو وسائط سطر الأوامر.

    Functions as an integration module for existing high-performance web servers to manage application lifecycles.

    C++application-serverappservercloud
    عرض على GitHub↗5,084
  • docker-library/phpالصورة الرمزية لـ docker-library

    docker-library/php

    4,026عرض على GitHub↗

    يوفر هذا المشروع وقت تشغيل لغة من جانب الخادم وصورة Docker موحدة لنشر التطبيقات عبر أنظمة تشغيل مختلفة. يعمل كبيئة تنفيذ لتوليد محتوى HTML و JSON و XML ديناميكي، بينما يعمل أيضاً كواجهة سطر أوامر لسكربتات الأتمتة والمهام الخلفية. تم تصميم وقت التشغيل ليكون قابلاً للتوسيع من خلال بنية امتداد تعتمد على C، مما يسمح بتحميل وحدات مخصصة لوظائف متخصصة. ويدعم واجهات تطبيقات خادم متعددة، بما في ذلك واجهة ويب FastCGI لاتصالات عالية الأداء مع خوادم الويب وخادم ويب مدمج لاستضافة الصفحات دون تثبيتات خارجية. تغطي مساحة الإمكانيات مجموعة واسعة من مهام برمجة الأنظمة وتطوير الويب. وتشمل هذه تكامل قاعدة البيانات لمحركات SQL وغير العلائقية، واتصالات بروتوكول الشبكة عبر HTTP و SOAP، وأوليات الأمان لتجزئة كلمات المرور والتشفير المتماثل. بالإضافة إلى ذلك، يوفر وقت التشغيل أدوات لمعالجة XML، ومعالجة السلاسل متعددة البايت، والرياضيات ذات الدقة التعسفية. يتم تعبئة المشروع كصورة حاوية ذات طبقات لضمان تنفيذ متسق عبر بيئات استضافة متنوعة.

    Supports configuration and integration with web servers like Apache and LiteSpeed to handle HTTP requests.

    Dockerfile
    عرض على GitHub↗4,026
  • jetbrains/koogالصورة الرمزية لـ JetBrains

    JetBrains/koog

    3,735عرض على GitHub↗

    Koog is an LLM agent framework used to build autonomous entities that execute tool-based workflows. It utilizes a graph-based workflow engine to define agent behaviors and decision paths as a directed graph of nodes and edges. The framework distinguishes itself through a model provider orchestrator that enables dynamic switching, load balancing, and automatic fallbacks between different AI backends. It implements the Model Context Protocol to connect agents to remote tool servers and features a RAG memory system using vector embeddings to maintain long-term conversation context. The project

    Embeds agent capabilities directly into Ktor server applications via a plugin to handle request-driven workflows.

    Kotlinagentframeworkagentic-aiagents
    عرض على GitHub↗3,735
  • corazawaf/corazaالصورة الرمزية لـ corazawaf

    corazawaf/coraza

    3,295عرض على GitHub↗

    Coraza is a web application firewall engine designed to filter malicious HTTP traffic using standardized security directives. It functions as a library for embedding request filtering and security transaction processing directly into web servers or reverse proxies. The engine implements the ModSecurity WAF engine and the OWASP Core Rule Set to identify and block common web attack patterns. It utilizes a library-first integration model, allowing security capabilities to be embedded into a host process as a dependency rather than running as a standalone proxy. The project covers rule-based pat

    Provides the ability to embed security filtering directly into reverse proxies and HTTP servers via plugins or middleware.

    Gocorazacoraza-wafcoreruleset
    عرض على GitHub↗3,295
  1. Home
  2. DevOps & Infrastructure
  3. Web Server Integrations

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

  • Antivirus Web Server ModulesModules and proxy filters that scan file uploads and HTTP traffic for viruses through web server integration. **Distinct from Web Server Integrations:** Distinct from Web Server Integrations: specifically provides antivirus scanning for web traffic, not general proxying or configuration.
  • Application Server Integrations1 وسم فرعيModules for registering agents and workflows as native components within web server frameworks. **Distinct from Web Server Integrations:** Distinct from Web Server Integrations: focuses on application-level routing and dependency injection rather than infrastructure-level proxying.
  • Security Middleware IntegrationsMechanisms for embedding security filtering and request inspection into web servers and reverse proxies. **Distinct from Web Server Integrations:** Focuses on embedding security logic as middleware/plugins, whereas the parent covers general infrastructure and proxy configuration.