2 dépôts
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.
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.
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.