2 مستودعات
Template engines specifically designed for the view layer of Node.js web applications.
Distinguishing note: The candidates were either too focused on authentication or general ecosystem tools.
Explore 2 awesome GitHub repositories matching web development · Node.js View Engines. Refine with filters or upvote what's useful.
Pug is a template engine and compiler that transforms whitespace-sensitive shorthand syntax into standard HTML. It functions as both a Node.js template engine for server-side rendering and a browser-side precompiler for client-side templating. The system converts template files into executable JavaScript functions to increase rendering speed. This allows for the generation of full HTML documents by combining dynamic data and logical structures, either on a server or as standalone JavaScript files for execution directly in the browser. The engine manages the translation process through HTML t
Converts template files into browser-ready HTML specifically for the view layer of Node.js applications.
Rendr is an isomorphic JavaScript framework and server-side renderer designed for Backbone.js applications. It synchronizes view rendering between Node.js servers and client browsers to provide initial HTML for improved search engine indexing and load speeds while maintaining application interactivity. The system uses a pluggable adapter system to decouple rendering logic from specific HTML template engines, allowing developers to swap or integrate custom engines. It also functions as a server-side proxy that intercepts client requests via virtual paths and forwards them to remote RESTful ser
Provides a rendering engine designed to be mounted as middleware in Node.js server instances.