awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesNode.js View Engines

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.

Awesome Node.js View Engines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pugjs/pugالصورة الرمزية لـ pugjs

    pugjs/pug

    21,850عرض على GitHub↗

    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.

    JavaScript
    عرض على GitHub↗21,850
  • rendrjs/rendrالصورة الرمزية لـ rendrjs

    rendrjs/rendr

    4,058عرض على GitHub↗

    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.

    JavaScript
    عرض على GitHub↗4,058
  1. Home
  2. Web Development
  3. Node.js View Engines

استكشف الوسوم الفرعية

  • Middleware RenderersRendering engines that operate as middleware within a server's request pipeline. **Distinct from Node.js View Engines:** Specifically targets the deployment pattern as middleware rather than just the view engine logic