awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • awesome-selfhosted/awesome-selfhostedAvatar von awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Auf GitHub ansehen↗

    Dieses Projekt ist ein von der Community kuratiertes Verzeichnis von Open-Source-Software, die für den Einsatz in privaten Serverumgebungen und Home-Labs konzipiert ist. Es dient als umfassende Ressource zur Entdeckung unabhängiger, selbst gehosteter Alternativen zu gängigen Cloud-Diensten und ermöglicht es Nutzern, die volle Datenhoheit und Kontrolle über ihre digitale Infrastruktur zu behalten. Das Verzeichnis ist durch eine hierarchische Taxonomie strukturiert, die eine riesige Sammlung von Anwendungen in logische Kategorien organisiert, von Medienmanagement und Datenanalyse bis hin zu privater Kommunikation und Tools für die Teamproduktivität. Es zeichnet sich durch einen kollaborativen Peer-Review-Prozess aus, bei dem Community-Mitglieder die Qualität und Relevanz jeder Einreichung validieren, um sicherzustellen, dass das Verzeichnis korrekt und zuverlässig bleibt. Das Projekt deckt ein breites Spektrum an Fähigkeiten ab, einschließlich Infrastruktur-Automatisierung, containerbasierter Service-Bereitstellung und deklarativem Konfigurationsmanagement. Diese Tools unterstützen Nutzer bei der Aufrechterhaltung reproduzierbarer Serverumgebungen und der Verwaltung komplexer Service-Abhängigkeiten auf privater Hardware. Das Verzeichnis wird als versionskontrolliertes Repository gepflegt, wodurch sichergestellt wird, dass alle Updates und Community-gesteuerten Änderungen nachverfolgt und transparent sind.

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

    awesomeawesome-listcloud
    Auf GitHub ansehen↗299,516
  • aosabook/500linesAvatar von aosabook

    aosabook/500lines

    29,582Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗29,582
  • quarkusio/quarkusAvatar von quarkusio

    quarkusio/quarkus

    15,479Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,479
  • nswbmw/n-blogAvatar von nswbmw

    nswbmw/N-blog

    15,392Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,392
  • getgrav/gravAvatar von getgrav

    getgrav/grav

    15,395Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,395
  • perfectlysoft/perfectAvatar von PerfectlySoft

    PerfectlySoft/Perfect

    13,753Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,753
  • pi-hole/docker-pi-holeAvatar von pi-hole

    pi-hole/docker-pi-hole

    10,760Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,760
  • pocoproject/pocoAvatar von pocoproject

    pocoproject/poco

    9,438Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,438
  • tencent/hippyAvatar von Tencent

    Tencent/Hippy

    8,533Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,533
  • apache/tomcatAvatar von apache

    apache/tomcat

    8,186Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,186
  • apify/crawlee-pythonAvatar von apify

    apify/crawlee-python

    8,097Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,097
  • shekhargulati/52-technologies-in-2016Avatar von shekhargulati

    shekhargulati/52-technologies-in-2016

    7,311Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,311
  • matthewmueller/x-rayAvatar von matthewmueller

    matthewmueller/x-ray

    5,904Auf GitHub ansehen↗

    X-ray ist ein Headless-Browser-Web-Scraper und HTML-Content-Crawler, der darauf ausgelegt ist, strukturierte Daten von Websites zu extrahieren. Er fungiert als Stream-basierter Data-Scraper und Extraktor, der Selektoren verwendet, um Text und Attribute aus HTML als verschachtelte Objekte oder Arrays abzurufen. Das Projekt enthält einen Request-Rate-Controller zur Steuerung des Netzwerkverkehrs durch Concurrency-Limits, Throttles und Timeouts. Es handhabt das Scrapen dynamischer Websites durch das Rendern von JavaScript via Headless-Browser und führt automatisiertes Website-Crawling mittels Breadth-First-Link-Following und Paginierungs-Management durch. Das System bietet eine Daten-Pipeline, die funktionale Werttransformationen auf Roh-Strings anwendet und Ergebnisse in einen lesbaren Stream schreibt, um Speicherüberläufe bei groß angelegten Web-Scraping-Jobs zu verhindern.

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

    JavaScript
    Auf GitHub ansehen↗5,904
  • commixproject/commixAvatar von commixproject

    commixproject/commix

    5,757Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,757
  • firecrawl/firecrawl-mcp-serverAvatar von firecrawl

    firecrawl/firecrawl-mcp-server

    5,542Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,542
  • adbar/trafilaturaAvatar von adbar

    adbar/trafilatura

    5,319Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,319
  • stereobooster/react-snapAvatar von stereobooster

    stereobooster/react-snap

    5,121Auf GitHub ansehen↗

    react-snap ist ein Static Site Generator und Prerenderer für Single-Page-Anwendungen. Er wandelt dynamische clientseitige Komponenten mithilfe eines Headless-Browsers in statische HTML-Dateien um, um die Suchmaschinenoptimierung (SEO) und die initiale Ladezeit zu verbessern. Das Projekt bietet einen Headless-Browser-Crawler, der Anwendungsrouten durch das Folgen interner Links automatisch erkennt. Es enthält einen Hydration-Optimizer, der den Anwendungszustand erfasst und Netzwerkantworten während des Rendering-Prozesses zwischenspeichert. Diese werden direkt in das HTML eingebettet, um die clientseitige Anwendung zu synchronisieren, ohne Daten erneut abrufen zu müssen. Das Tool bietet eine Reihe von Performance-Optimierungen, darunter das Inlining von kritischem CSS, asynchrones Laden von Skripten sowie die Generierung von Ressourcen-Manifesten und Preload-Headern. Zudem unterstützt es paralleles Rendering über mehrere Browser-Tabs hinweg und kann Anfragen an Drittanbieter blockieren, um zu verhindern, dass externe Skripte während des Build-Prozesses ausgeführt werden.

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

    JavaScriptprerenderreactseo
    Auf GitHub ansehen↗5,121
  • omkarcloud/botasaurusAvatar von omkarcloud

    omkarcloud/botasaurus

    3,970Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,970
  • zappa/zappaAvatar von zappa

    zappa/Zappa

    3,691Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,691
  • hackmanit/web-cache-vulnerability-scannerAvatar von Hackmanit

    Hackmanit/Web-Cache-Vulnerability-Scanner

    1,180Auf GitHub ansehen↗

    This project is an automated security scanner designed to identify vulnerabilities within web caching layers. It functions as an HTTP protocol security tool that probes web infrastructure by manipulating request headers, parameters, and cookies to observe how servers handle and store content. The scanner distinguishes itself through specialized cache behavior analysis, which targets specific flaws such as cache poisoning and cache deception. It incorporates a recursive crawler to map web application endpoints and utilizes configurable proxy routing to facilitate traffic inspection and debuggi

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

    Gobugbountyhackinghacking-tool
    Auf GitHub ansehen↗1,180
  1. Home
  2. Web Development
  3. Web Application Hosting
  4. Dynamic Content Delivery

Unter-Tags erkunden

  • 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 Sub-TagsTools 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 Sub-TagProcesses 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.