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

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

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

20 مستودعات

Awesome GitHub RepositoriesDynamic Content Delivery

Servers that process and deliver dynamic web content and applications.

Distinct from Web Application Hosting: Distinct from Static Web Hosting: focuses on server-side processing and dynamic application delivery rather than static asset serving.

Explore 20 awesome GitHub repositories matching web development · Dynamic Content Delivery. Refine with filters or upvote what's useful.

Awesome Dynamic Content Delivery GitHub Repositories

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

    awesome-selfhosted/awesome-selfhosted

    299,516عرض على GitHub↗

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

    Hosts web applications and static files while supporting modern protocols and integrated scripting for dynamic content delivery.

    awesomeawesome-listcloud
    عرض على GitHub↗299,516
  • aosabook/500linesالصورة الرمزية لـ aosabook

    aosabook/500lines

    29,582عرض على GitHub↗

    This project is a software engineering educational resource providing a collection of canonical system implementations. It serves as a library of computer science case studies and polyglot code examples designed to demonstrate architectural tradeoffs and design patterns through concise versions of fundamental software components. The repository focuses on studying the implementation of core concepts such as consensus algorithms, interpreters, and database engines. It provides minimal versions of complex systems to facilitate the analysis of language design, data structure implementation, and

    Processes templates to deliver dynamic HTML content to web clients.

    JavaScript
    عرض على GitHub↗29,582
  • quarkusio/quarkusالصورة الرمزية لـ quarkusio

    quarkusio/quarkus

    15,479عرض على GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Provides a template engine for generating dynamic web content and server-side views within the application.

    Javacloud-nativehacktoberfestjava
    عرض على GitHub↗15,479
  • nswbmw/n-blogالصورة الرمزية لـ nswbmw

    nswbmw/N-blog

    15,392عرض على GitHub↗

    N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as a server-side rendered web application that renders markdown source text into HTML for publishing and displaying articles. The system includes a markdown blogging engine that enables the creation and management of posts and user comments. It features a integrated user authentication system that handles account registration, secure sign-in, and session management to protect private routes. The project covers broad capability areas including request routing and middleware pipel

    Processes server-side requests to deliver dynamic HTML content to the browser via defined routes.

    JavaScriptblogcourseexpress
    عرض على GitHub↗15,392
  • getgrav/gravالصورة الرمزية لـ getgrav

    getgrav/grav

    15,395عرض على GitHub↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Enables indexing of dynamic content by scanning sitemaps and HTML elements.

    PHPcmscontentcontent-management
    عرض على GitHub↗15,395
  • perfectlysoft/perfectالصورة الرمزية لـ PerfectlySoft

    PerfectlySoft/Perfect

    13,753عرض على GitHub↗

    Perfect is a server-side Swift framework designed for building high-performance web applications, REST APIs, and backend services. It provides an asynchronous HTTP server that handles web traffic through an event loop, alongside a web template engine for generating dynamic HTML pages. The project includes a WebSocket communication library for implementing bidirectional, real-time data exchange between clients and servers. It also provides a database connector to establish connections and exchange data between Swift applications and external database stores. The framework's capabilities cover

    Supports the generation and delivery of dynamic web content using server-side HTML templates.

    Swift
    عرض على GitHub↗13,753
  • pi-hole/docker-pi-holeالصورة الرمزية لـ pi-hole

    pi-hole/docker-pi-hole

    10,760عرض على GitHub↗

    This project provides a containerized DNS sinkhole and network-wide traffic filtering solution. It functions as a central network resolver that intercepts domain queries, allowing users to block advertisements, trackers, and malicious domains by returning null responses to connected devices. The platform distinguishes itself through its integrated DHCP server and comprehensive management capabilities, which allow for automated IP address allocation and granular control over network traffic. It supports complex filtering through regular expression matching, hierarchical rule prioritization, an

    Pi-hole executes server-side scripts using an embedded engine to generate dynamic pages and custom HTTP responses without requiring external dependencies.

    Shellad-blockerdnsdocker-container
    عرض على GitHub↗10,760
  • pocoproject/pocoالصورة الرمزية لـ pocoproject

    pocoproject/poco

    9,438عرض على GitHub↗

    POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy

    Provides a server-side page compiler that generates dynamic web content from compiled templates.

    C++c-plus-plusconfigurationcross-platform
    عرض على GitHub↗9,438
  • tencent/hippyالصورة الرمزية لـ Tencent

    Tencent/Hippy

    8,533عرض على GitHub↗

    Hippy is a cross-platform mobile framework that enables building applications for iOS, Android, and Web from a single codebase using web development technologies. It functions as a dynamic app framework, supporting runtime code updates and dynamic content delivery across platforms, and connects JavaScript application logic with native platform APIs through a JavaScript bridge. The framework distinguishes itself through its bridge-based native rendering approach, which serializes UI updates over a JSON message bus to a native host that maintains the real view hierarchy. It employs a component-

    Enables runtime code updates and dynamic content delivery across mobile and web platforms.

    C++androidcross-platformfrontend
    عرض على GitHub↗8,533
  • apache/tomcatالصورة الرمزية لـ apache

    apache/tomcat

    8,186عرض على GitHub↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Compiles JavaServer Pages into servlets at runtime or ahead of time for dynamic content generation.

    Javahttpjavajavaee
    عرض على GitHub↗8,186
  • apify/crawlee-pythonالصورة الرمزية لـ apify

    apify/crawlee-python

    8,097عرض على GitHub↗

    Crawlee-python is a web crawling framework for building scalable scrapers using Python. It serves as a comprehensive tool for web scraping automation, providing a system to extract structured data from websites using both lightweight HTTP requests and headless browser automation. The framework is distinguished by its anti-bot evasion capabilities, which include browser fingerprint impersonation and tiered proxy rotation to bypass detection systems and solve challenges such as Cloudflare. It also incorporates artificial intelligence for autonomous website navigation and schema-based data extra

    Traverses XML sitemaps to discover and index URLs for systematic data extraction.

    Pythonapifyautomationbeautifulsoup
    عرض على GitHub↗8,097
  • shekhargulati/52-technologies-in-2016الصورة الرمزية لـ shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311عرض على GitHub↗

    This project serves as a comprehensive educational repository and technical reference collection, documenting a wide range of software engineering practices and modern development technologies. It provides a structured learning path for developers, curating tutorials and practical examples that cover the full lifecycle of application development, from initial project scaffolding to deployment and maintenance. The repository distinguishes itself by offering deep technical insights into complex architectural patterns, including actor-based concurrency models for managing parallel tasks and cont

    Renders dynamic data into HTML templates to display processed information through a web interface.

    JavaScriptawesomeawesome-listblog
    عرض على GitHub↗7,311
  • matthewmueller/x-rayالصورة الرمزية لـ matthewmueller

    matthewmueller/x-ray

    5,904عرض على GitHub↗

    X-ray هو متصفح ويب بدون واجهة رسومية (headless) ومزاحف محتوى HTML مصمم لاستخراج البيانات المهيكلة من المواقع. يعمل كمزاحف بيانات يعتمد على التدفق ومستخرج بيانات مهيكلة، باستخدام محددات لاسترداد النصوص والسمات من HTML ككائنات أو مصفوفات متداخلة. يتضمن المشروع وحدة تحكم في معدل الطلبات لإدارة حركة مرور الشبكة من خلال حدود التزامن، والمخنق، والمهلات. يتعامل مع كشط المواقع الديناميكية عن طريق عرض JavaScript عبر متصفح بدون واجهة رسومية ويقوم بأتمتة زحف المواقع باستخدام تتبع الروابط بالعرض أولاً وإدارة الترقيم. يوفر النظام خط أنابيب بيانات يطبق تحويلات قيم وظيفية على السلاسل الخام ويكتب النتائج إلى تدفق قابل للقراءة لمنع تجاوز سعة الذاكرة أثناء مهام كشط الويب واسعة النطاق.

    Discovers and indexes linked pages from seed URLs using recursive breadth-first traversal.

    JavaScript
    عرض على GitHub↗5,904
  • commixproject/commixالصورة الرمزية لـ commixproject

    commixproject/commix

    5,757عرض على GitHub↗

    Commix is an automated tool for detecting and exploiting OS command injection vulnerabilities in web applications. It probes user-supplied input vectors with heuristic test payloads, analyzes response differences to identify injection points, and then automates the execution of arbitrary operating system commands on the target server. The tool distinguishes itself through a multi-layer filter bypass engine that evaluates input constraints independently per filter type and composes tailored evasion strategies into a single payload. A modular payload tamper pipeline transforms raw injection str

    Recursively crawls a starting URL to discover linked pages and forms, then feeds endpoints into the injection scanner.

    Python
    عرض على GitHub↗5,757
  • firecrawl/firecrawl-mcp-serverالصورة الرمزية لـ firecrawl

    firecrawl/firecrawl-mcp-server

    5,542عرض على GitHub↗

    Firecrawl MCP Server is a Model Context Protocol tool server that exposes the full suite of Firecrawl’s web scraping, crawling, and automation capabilities as tools that large language models can invoke directly. It acts as a proxy to the Firecrawl cloud platform, which manages headless browser orchestration, async job queues, and rate limiting behind the scenes. The server distinguishes itself by packaging autonomous web agents — both a research agent that browses and collects structured data from multiple pages, and a general web agent that performs multi-step browsing and extraction tasks

    Discovering site structure or crawling pages for bulk data extraction and producing a sitemap.

    JavaScriptbatch-processingclaudecontent-extraction
    عرض على GitHub↗5,542
  • adbar/trafilaturaالصورة الرمزية لـ adbar

    adbar/trafilatura

    5,319عرض على GitHub↗

    Trafilatura is a Python library and command-line tool for extracting clean, structured text and metadata from web pages. It downloads HTML content, identifies the main body of text, and strips away navigation, ads, and other boilerplate, returning the core article content along with fields like title, author, date, and URL. The tool can also extract user comments and test whether a page contains extractable text, making it a general-purpose web text extraction library. What distinguishes Trafilatura from simpler extractors is its configurable extraction pipeline, which offers high-speed, high

    Discovers page URLs by parsing sitemaps and RSS/Atom feeds for batch extraction.

    Pythonarticle-extractorcorpus-buildercorpus-tools
    عرض على GitHub↗5,319
  • stereobooster/react-snapالصورة الرمزية لـ stereobooster

    stereobooster/react-snap

    5,121عرض على GitHub↗

    react-snap هو مولد مواقع ثابتة وأداة لعرض تطبيقات الصفحة الواحدة (SPA) مسبقاً. يقوم بتحويل المكونات الديناميكية التي تعمل في جهة العميل إلى ملفات HTML ثابتة باستخدام متصفح بدون واجهة رسومية (headless browser)، مما يحسن من تحسين محركات البحث (SEO) وسرعة التحميل الأولية. يتميز المشروع بوجود زاحف (crawler) يعتمد على متصفح بدون واجهة رسومية يكتشف مسارات التطبيق تلقائياً عبر تتبع الروابط الداخلية. كما يتضمن أداة لتحسين الترطيب (hydration optimizer) تلتقط حالة التطبيق وتخزن استجابات الشبكة مؤقتاً أثناء عملية العرض، مما يدمجها مباشرة في ملف HTML لمزامنة تطبيق جهة العميل دون الحاجة لإعادة جلب البيانات. توفر الأداة مجموعة من تحسينات الأداء، بما في ذلك تضمين CSS الحرج (critical CSS)، وتحميل النصوص البرمجية بشكل غير متزامن، وتوليد ملفات تعريف الموارد (resource manifests) وترويسات التحميل المسبق. كما يدعم تنفيذ العرض المتوازي عبر علامات تبويب المتصفح، ويمكنه حظر طلبات الطرف الثالث لمنع تشغيل النصوص البرمجية الخارجية أثناء عملية البناء.

    Automatically discovers all application routes by recursively following internal links to build the rendering queue.

    JavaScriptprerenderreactseo
    عرض على GitHub↗5,121
  • omkarcloud/botasaurusالصورة الرمزية لـ omkarcloud

    omkarcloud/botasaurus

    3,970عرض على GitHub↗

    Botasaurus is a Python web scraping framework and headless browser automation system used to build scalable data extraction tools. It functions as a web data extraction tool and OCR document parser, converting website content, images, and PDF files into structured formats such as JSON, CSV, and Excel. The framework distinguishes itself by providing a scraper management interface that allows Python functions to be wrapped in a web-based UI or deployed as standalone desktop applications. This enables non-technical users to trigger extraction jobs and manage tasks via a graphical interface or RE

    Discovers and filters links from XML sitemaps to identify target pages for large-scale operations.

    Pythonanti-botanti-detectanti-detect-browser
    عرض على GitHub↗3,970
  • zappa/zappaالصورة الرمزية لـ zappa

    zappa/Zappa

    3,691عرض على GitHub↗

    Zappa is a serverless Python framework and command-line tool used for packaging and deploying Python web applications to AWS Lambda. It functions as a serverless infrastructure automator that provisions API Gateways, IAM roles, and SSL certificates to run ASGI and WSGI applications as serverless functions. The tool distinguishes itself by providing a management CLI for executing remote administration scripts and management commands directly within the deployed environment. It includes specific mechanisms for serverless performance tuning, such as scheduling regular warm-up invocations to prev

    Allows uploading new code to an existing deployment without altering the underlying routing configuration.

    Pythonalbapi-gatewayaws
    عرض على GitHub↗3,691
  • hackmanit/web-cache-vulnerability-scannerالصورة الرمزية لـ Hackmanit

    Hackmanit/Web-Cache-Vulnerability-Scanner

    1,180عرض على GitHub↗

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

    Traverses web applications by parsing HTML content to discover and map reachable endpoints for comprehensive security assessment coverage.

    Gobugbountyhackinghacking-tool
    عرض على GitHub↗1,180
  1. Home
  2. Web Development
  3. Web Application Hosting
  4. Dynamic Content Delivery

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

  • Embedded Scripting EnginesLightweight server-side scripting environments integrated directly into web services for dynamic page generation. **Distinct from Dynamic Content Delivery:** Distinct from Dynamic Content Delivery: focuses on the embedded execution engine itself rather than the delivery of content to clients.
  • Runtime Code UpdatesSystems that enable runtime code updates and dynamic content delivery across mobile and web platforms. **Distinct from Dynamic Content Delivery:** Distinct from Dynamic Content Delivery: focuses on runtime code updates rather than server-side content processing.
  • Server-Side Page CompilersCompiles server-side pages into executable code to generate dynamic HTML or other output for web applications. **Distinct from Dynamic Content Delivery:** Distinct from Dynamic Content Delivery: focuses on compiling server-side page templates into executable code, not just serving dynamic content.
  • Sitemap Crawlers2 وسوم فرعيةTools that scan sitemaps or HTML structures to index dynamic content for search. **Distinct from Dynamic Content Delivery:** Distinct from Dynamic Content Delivery: focuses on the indexing/crawling aspect of dynamic content rather than the delivery mechanism.
  • Sitemap Discovery1 وسم فرعيProcesses robots.txt and common paths to locate valid sitemap files for a domain. **Distinct from Sitemap Crawlers:** Distinct from Sitemap Crawlers: focuses on finding the sitemap files themselves, not parsing their contents.