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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesServer-Side Page Compilers

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

Explore 2 awesome GitHub repositories matching web development · Server-Side Page Compilers. Refine with filters or upvote what's useful.

Awesome Server-Side Page Compilers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pocoproject/pocoAvatar de pocoproject

    pocoproject/poco

    9,438Voir sur 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
    Voir sur GitHub↗9,438
  • apache/tomcatAvatar de apache

    apache/tomcat

    8,186Voir sur 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
    Voir sur GitHub↗8,186
  1. Home
  2. Web Development
  3. Web Application Hosting
  4. Dynamic Content Delivery
  5. Server-Side Page Compilers