awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
blueimp avatar

blueimp/JavaScript-TemplatesArchived

0
View on GitHub↗
1,718 Stars·648 Forks·JavaScript·MIT·2 Aufrufeblueimp.github.io/JavaScript-Templates↗

JavaScript Templates

1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.

Features

  • Template Engines - Lightweight, dependency-free template engine.
  • Templating Engines - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.

Star-Verlauf

Star-Verlauf für blueimp/javascript-templatesStar-Verlauf für blueimp/javascript-templates

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht blueimp/javascript-templates?

1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.

Was sind die Hauptfunktionen von blueimp/javascript-templates?

Die Hauptfunktionen von blueimp/javascript-templates sind: Template Engines, Templating Engines.

Welche Open-Source-Alternativen gibt es zu blueimp/javascript-templates?

Open-Source-Alternativen zu blueimp/javascript-templates sind unter anderem: linkedin/dustjs — Dustjs is a JavaScript templating engine and asynchronous template renderer. It functions as an isomorphic HTML… mde/ejs — EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data… janl/mustache.js — Mustache.js is a logic-less JavaScript templating engine and implementation of the Mustache specification. It merges… jasonmoo/t.js — A tiny javascript templating framework in ~400 bytes gzipped. marko-js/marko — Marko is a component-based web framework and HTML-based template engine used to build reactive user interfaces. It… olado/dot — doT is a compiled JavaScript template engine and rendering system used to generate dynamic text and HTML for both…

Open-Source-Alternativen zu JavaScript Templates

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit JavaScript Templates.
  • jasonmoo/t.jsAvatar von jasonmoo

    jasonmoo/t.js

    832Auf GitHub ansehen↗

    A tiny javascript templating framework in ~400 bytes gzipped

    HTML
    Auf GitHub ansehen↗832
  • linkedin/dustjsAvatar von linkedin

    linkedin/dustjs

    2,913Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,913
  • janl/mustache.jsAvatar von janl

    janl/mustache.js

    16,723Auf GitHub ansehen↗

    Mustache.js is a logic-less JavaScript templating engine and implementation of the Mustache specification. It merges data objects with text templates to generate formatted output, ensuring consistent rendering across different programming languages by forbidding complex logic within the templates. The system distinguishes itself by using a logic-less approach to data binding, relying on simple variable interpolation and conditional block rendering. It supports modularity through partial template inclusion and allows for extended functionality via lambda functions that transform blocks of temp

    JavaScript
    Auf GitHub ansehen↗16,723
  • marko-js/markoAvatar von marko-js

    marko-js/marko

    14,375Auf GitHub ansehen↗

    Marko is a component-based web framework and HTML-based template engine used to build reactive user interfaces. It functions as a server-side rendering framework that compiles declarative templates into optimized JavaScript for efficient browser execution. The framework utilizes virtual DOM-less rendering to map template expressions directly to DOM nodes. It employs ahead-of-time template compilation and server-side HTML streaming to send rendered fragments to the client in chunks. The system manages user interfaces through a component-based view hierarchy with reactive data binding and fine

    JavaScriptclient-side-renderingdomfrontend
    Auf GitHub ansehen↗14,375
Alle 30 Alternativen zu JavaScript Templates anzeigen→