1 repositorio
Renders server-side templates using a configurable file renderer, with support for multiple template engines.
Distinct from Template-Driven Rendering: Distinct from Template-Driven Rendering: focuses on a configurable file renderer abstraction, not the rendering process itself.
Explore 1 awesome GitHub repository matching web development · File Renderer Adapters. Refine with filters or upvote what's useful.
Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t
Implements a file renderer adapter interface to delegate HTML template processing to various pluggable engines.