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

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

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

marko-js/marko

0
View on GitHub↗
14,375 स्टार्स·663 फोर्क्स·JavaScript·MIT·8 व्यूज़markojs.com↗

Marko

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-grained DOM patching. It covers the end-to-end process of web application development, from template compilation to the composition of reactive interfaces.

Features

  • User Interface Frameworks - Provides a comprehensive framework for building interactive and reactive web user interfaces.
  • Template Compilation - Compiles declarative HTML templates into optimized JavaScript functions during the build process to minimize runtime overhead.
  • Component Hierarchies - Organizes user interfaces into a tree of encapsulated, stateful components that manage their own logic.
  • Reactive UI Frameworks - Enables the composition of dynamic interfaces that automatically update the view when underlying state changes.
  • Reactive UI Libraries - Provides a reactive library that automatically updates the rendered display in response to data state changes.
  • Component-Based Web Frameworks - Functions as a component-based framework for building web pages using reusable, isolated units with independent logic.
  • HTML Templating Engines - Acts as an HTML-based template engine that compiles declarative files into optimized JavaScript.
  • Reactive Data Binding - Synchronizes template variables with state objects so that data modifications automatically trigger UI updates.
  • Server-Side Rendering Frameworks - Renders components on the server to improve performance and SEO before sending markup to the client.
  • DOM Patching Engines - Implements a fine-grained patching engine to update specific DOM elements without re-rendering entire component trees.
  • Direct DOM Mapping - Utilizes virtual DOM-less rendering to map template expressions directly to DOM nodes for improved efficiency.
  • HTML Streaming - Streams rendered HTML fragments to the client in chunks for faster initial content display.
  • Public Web Application Development - Provides the necessary tooling for developing high-performance, interactive public-facing web applications.
  • Template Engines - Fast, asynchronous HTML template engine.
  • Templating - HTML-based templating engine with streaming support.
  • Templating Engines - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output.
  • Web Frameworks - Declarative, HTML-based language for building web apps.

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

marko-js/marko के लिए स्टार हिस्ट्री चार्टmarko-js/marko के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

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

    pugjs/pug

    21,850GitHub पर देखें↗

    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

    JavaScript
    GitHub पर देखें↗21,850
  • 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
  • ripple-ts/rippleRipple-TS का अवतार

    Ripple-TS/ripple

    7,379GitHub पर देखें↗

    Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side rendering. It organizes user interfaces into a hierarchy of reusable, scoped components with built-in state management and client-side hydration. The framework is distinguished by its fine-grained reactivity, which updates specific DOM elements without requiring full component re-renders. It integrates server-side logic and client-side components within a single TypeScript codebase, enabling a unified full-stack development workflow. The system covers a broad range of capabil

    JavaScript
    GitHub पर देखें↗7,379
  • leptos-rs/leptosleptos-rs का अवतार

    leptos-rs/leptos

    20,993GitHub पर देखें↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Rustdomfine-grainedisomorphic
    GitHub पर देखें↗20,993
Marko के सभी 30 विकल्प देखें→

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

marko-js/marko क्या करता है?

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.

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

marko-js/marko की मुख्य विशेषताएं हैं: User Interface Frameworks, Template Compilation, Component Hierarchies, Reactive UI Frameworks, Reactive UI Libraries, Component-Based Web Frameworks, HTML Templating Engines, Reactive Data Binding।

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

marko-js/marko के ओपन-सोर्स विकल्पों में शामिल हैं: pugjs/pug — Pug is a template engine and compiler that transforms whitespace-sensitive shorthand syntax into standard HTML. It… mde/ejs — EJS is a JavaScript templating engine used to generate HTML by embedding executable JavaScript logic and dynamic data… ripple-ts/ripple — Ripple is a full-stack TypeScript web framework and reactive UI library used for building interfaces with server-side… leptos-rs/leptos — Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types… 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…