awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pugjs avatar

pugjs/pug

0
View on GitHub↗
21,850 स्टार्स·1,932 फोर्क्स·JavaScript·8 व्यूज़pugjs.org↗

Pug

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 template compilation and dynamic HTML generation. It supports rendering templates directly from the filesystem using local variables and specific configurations.

Features

  • HTML Templating Engines - Provides a concise shorthand syntax for authoring web page structures and generating dynamic HTML.
  • Node.js Ecosystem - Functions as a core part of the Node.js ecosystem by providing a whitespace-sensitive template engine.
  • Indented Syntax Parsers - Parses whitespace-sensitive shorthand syntax into a hierarchical tree by tracking indentation levels.
  • Template Compilation - Transforms template syntax into executable JavaScript functions to achieve high-performance HTML interpolation.
  • Precompiled Template Execution - Generates standalone JavaScript files that run template logic directly in the browser without needing the compiler.
  • Server-Side Rendering Engines - Generates full HTML documents by combining dynamic data and logical structures on the server.
  • Client-Side Template Engines - Precompiles templates into JavaScript functions for rendering dynamic content directly within the web browser.
  • Node.js View Engines - Converts template files into browser-ready HTML specifically for the view layer of Node.js applications.
  • Server-Side Rendering - Generates dynamic HTML pages on the server by combining data with predefined templates.
  • Concatenation Optimizers - Uses a memory buffer for efficient string construction and concatenation of the final HTML output.
  • Abstract Syntax Tree Tools - Implements an abstract syntax tree to allow for structural analysis and manipulation of templates before final code generation.
  • Client-Side Template Rendering - Converts templates into standalone JavaScript files to achieve high-performance rendering directly in the browser.
  • Template Engines - Robust, feature-rich template engine.
  • Templating - High-performance template engine with concise syntax.
  • Templating Engines - Robust, elegant, feature rich template engine for nodejs. (formerly known as Jade)

स्टार हिस्ट्री

pugjs/pug के लिए स्टार हिस्ट्री चार्टpugjs/pug के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

pugjs/pug क्या करता है?

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.

pugjs/pug की मुख्य विशेषताएं क्या हैं?

pugjs/pug की मुख्य विशेषताएं हैं: HTML Templating Engines, Node.js Ecosystem, Indented Syntax Parsers, Template Compilation, Precompiled Template Execution, Server-Side Rendering Engines, Client-Side Template Engines, Node.js View Engines।

pugjs/pug के कुछ ओपन-सोर्स विकल्प क्या हैं?

pugjs/pug के ओपन-सोर्स विकल्पों में शामिल हैं: mde/ejs — EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data… handlebars-lang/handlebars.js — Handlebars.js is a JavaScript templating engine and logic-less template library used to generate HTML or text by… linkedin/dustjs — Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML… olado/dot — doT is a compiled JavaScript template engine and rendering system used to generate dynamic text and HTML for both… wycats/handlebars.js — Handlebars.js is a JavaScript templating engine used to generate HTML and other text formats by combining static… marko-js/marko — Marko is a component-based web framework and HTML-based template engine used to build reactive user interfaces. It…

Pug के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Pug के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mde/ejsmde का अवतार

    mde/ejs

    8,105GitHub पर देखें↗

    EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data into template files. It functions as both a server-side template processor and a client-side rendering engine, allowing for the creation of dynamic markup in both backend and frontend environments. The engine supports the creation of modular web layouts through partial template inclusion, where smaller reusable components are inserted into parent pages. Users can modify the template syntax by defining custom delimiters to avoid conflicts with other languages. The project cove

    JavaScript
    GitHub पर देखें↗8,105
  • handlebars-lang/handlebars.jshandlebars-lang का अवतार

    handlebars-lang/handlebars.js

    18,640GitHub पर देखें↗

    Handlebars.js is a JavaScript templating engine and logic-less template library used to generate HTML or text by merging data objects with templates. It utilizes an abstract syntax tree parser to transform template strings into executable JavaScript functions. The system separates data from presentation by restricting complex logic to external helper functions rather than the template itself. It features a precompiled template compiler that converts templates into functions before deployment to increase execution speed and reduce startup latency. The engine covers a broad range of content ge

    JavaScripthandlebarsmustachetemplates
    GitHub पर देखें↗18,640
  • linkedin/dustjslinkedin का अवतार

    linkedin/dustjs

    2,913GitHub पर देखें↗

    Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML generator, producing consistent output across both client and server environments. The system employs a logic-less template syntax to separate presentation from business logic, utilizing simple tags for iteration and conditional checks. It supports asynchronous data resolution, allowing the rendering process to pause and resume as external data sources respond. The engine provides capabilities for dynamic HTML generation, server-side rendering, and client-side templating. It utiliz

    JavaScript
    GitHub पर देखें↗2,913
  • olado/dotolado का अवतार

    olado/doT

    5,043GitHub पर देखें↗

    doT is a compiled JavaScript template engine and rendering system used to generate dynamic text and HTML for both browser-based interfaces and Node.js server-side environments. It transforms template strings into executable JavaScript functions to produce text output across different runtime environments. The system focuses on pre-compiling template source files into standalone JavaScript modules at build time. This process eliminates runtime compilation overhead, increases execution speed, and prevents malicious code injection. The engine supports logic-based interpolation using conditional

    JavaScript
    GitHub पर देखें↗5,043
  • Pug के सभी 30 विकल्प देखें→