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

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

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

Open-source alternatives to Wildhoney Keo

30 open-source projects similar to wildhoney/keo, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Wildhoney Keo alternative.

  • jashkenas/backbonejashkenas का अवतार

    jashkenas/backbone

    28,108GitHub पर देखें↗

    Backbone is a JavaScript MVC framework and client-side data orchestrator used to structure web applications. It functions as an event-driven UI library and RESTful state manager that synchronizes data models with remote JSON interfaces to maintain consistent application state. The framework coordinates communication between application components through a decoupled event system. It binds data updates directly to the document object model, ensuring that the user interface remains synchronized with the underlying state. It provides tools for frontend data organization, allowing developers to

    JavaScript
    GitHub पर देखें↗28,108
  • vuejs/vuevuejs का अवतार

    vuejs/vue

    209,900GitHub पर देखें↗

    Vue is a progressive, component-based JavaScript framework designed for building reactive user interfaces and single-page applications. It centers on a declarative template system that transforms HTML into efficient render functions, allowing developers to organize complex interfaces into isolated, reusable units that synchronize automatically with application state. The framework distinguishes itself through a dependency-tracking reactivity system that monitors data access during rendering to trigger precise updates. It provides a flexible architecture that supports both incremental adoption

    TypeScriptframeworkfrontendjavascript
    GitHub पर देखें↗209,900
  • developit/preactdevelopit का अवतार

    developit/preact

    38,704GitHub पर देखें↗

    Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a component-based architecture and a virtual DOM to sync application state to the browser interface efficiently. The framework implements a modern React API and provides a compatibility layer to ensure existing component libraries and patterns can run within its environment. It also functions as a server-side rendering engine, generating HTML on the server and hydrating it on the client to optimize page load speeds. Additional capabilities include virtual DOM state management t

    JavaScript
    GitHub पर देखें↗38,704

AI सर्च

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

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

Find more with AI search
  • infernojs/infernoinfernojs का अवतार

    infernojs/inferno

    16,420GitHub पर देखें↗

    Inferno is a virtual DOM UI library and high-performance DOM renderer used for building component-based user interfaces. It functions as a server-side rendering engine and a client-side framework that synchronizes application state with the visual interface through a declarative structure. The project distinguishes itself as a React-compatible UI framework, providing a compatibility layer that allows components designed for other reactive environments to run without modification. Its capability surface covers virtual DOM management, including node diffing and reconciliation, and a full serve

    JavaScript
    GitHub पर देखें↗16,420
  • ractivejs/ractiveractivejs का अवतार

    ractivejs/ractive

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

    Ractive is an open-source JavaScript framework for building reactive user interfaces where the DOM automatically updates when underlying data changes. It is fundamentally a declarative data binding library that synchronizes data between the model and the view, enabling two-way binding without manual DOM manipulation, and operates as a template-based component system for composing markup, styles, and logic into reusable UI components. The framework distinguishes itself through a plugin-extensible architecture that allows custom components, adaptors, and extensions to be registered without modi

    JavaScript
    GitHub पर देखें↗5,920
  • techlayer/espresso.jstechlayer का अवतार

    techlayer/espresso.js

    530GitHub पर देखें↗

    Super minimal MVC library

    JavaScript
    GitHub पर देखें↗530
  • astoilkov/jsblocksastoilkov का अवतार

    astoilkov/jsblocks

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

    2012 UI framework (I was 20 years old, React didn't exist, inspired by Knockout)

    JavaScript
    GitHub पर देखें↗2,750
  • derbyjs/derbyderbyjs का अवतार

    derbyjs/derby

    4,706GitHub पर देखें↗

    Derby is an isomorphic MVC framework and real-time data synchronization engine designed for building collaborative applications. It functions as a bi-directional data binding library and template engine that shares a single codebase between Node.js and the browser to synchronize state across clients and servers. The framework distinguishes itself through the use of operational transformation to resolve data conflicts automatically, enabling real-time shared editing and multi-user collaboration. It employs a differential state mutation model to minimize updates by performing deep equality chec

    TypeScript
    GitHub पर देखें↗4,706
  • facebook/react-nativefacebook का अवतार

    facebook/react-native

    126,019GitHub पर देखें↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    GitHub पर देखें↗126,019
  • hyperapp/hyperapphyperapp का अवतार

    hyperapp/hyperapp

    19,211GitHub पर देखें↗

    Hyperapp is a lightweight JavaScript framework for building web applications. It functions as a declarative state management system that synchronizes the user interface with a centralized application state. The framework utilizes a virtual DOM to render user interfaces and reconcile changes to the browser display. It employs a subscription model to synchronize external web APIs and asynchronous events with the global state. The system manages data through a single-state-tree architecture, where updates are handled via discrete actions and pure functions. This approach ensures that the view u

    JavaScript
    GitHub पर देखें↗19,211
  • marionettejs/backbone.marionettemarionettejs का अवतार

    marionettejs/backbone.marionette

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

    This project is a structured architectural layer for Backbone.js that implements the model-view-controller pattern for building complex single-page applications. It serves as a view management library and application framework that organizes views and data into manageable components and regions. The framework provides a centralized event aggregator pattern to coordinate communication between decoupled application modules without direct dependencies. It also includes a configuration-based client-side routing engine that maps browser URLs to specific controller actions. The system covers front

    JavaScript
    GitHub पर देखें↗7,037
  • nativescript/nativescriptNativeScript का अवतार

    NativeScript/NativeScript

    25,446GitHub पर देखें↗

    NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by

    TypeScriptandroidangularcapacitor
    GitHub पर देखें↗25,446
  • russll/awesome-derbyrussll का अवतार

    russll/awesome-derby

    14GitHub पर देखें↗

    A collection of awesome derby components

    GitHub पर देखें↗14
  • sveltejs/sveltesveltejs का अवतार

    sveltejs/svelte

    87,285GitHub पर देखें↗

    Svelte is a compile-time user interface framework that transforms declarative component syntax into highly optimized, imperative JavaScript code during the build process. By shifting reconciliation logic from the browser to the build step, it functions as a zero-runtime library that eliminates the need for a heavy framework bundle. This architecture relies on a reactive state management paradigm where data changes trigger surgical updates to the document object model without the use of a virtual representation. The framework distinguishes itself through a reactive dependency tracking system t

    JavaScriptcompilertemplateui
    GitHub पर देखें↗87,285
  • alpinejs/alpinealpinejs का अवतार

    alpinejs/alpine

    31,675GitHub पर देखें↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTML
    GitHub पर देखें↗31,675
  • angular/angular.jsangular का अवतार

    angular/angular.js

    58,615GitHub पर देखें↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By utilizing a centralized dependency injection container, the framework manages the lifecycle of services and components to ensure modularity and maintainable architecture. The framework is defined by its two-way data binding mechanism, which automatically synchronizes data models wit

    JavaScript
    GitHub पर देखें↗58,615
  • canjs/canjscanjs का अवतार

    canjs/canjs

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

    Build CRUD apps in fewer lines of code.

    JavaScript
    GitHub पर देखें↗1,913
  • chaplinjs/chaplinchaplinjs का अवतार

    chaplinjs/chaplin

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

    HTML5 application architecture using Backbone.js

    CoffeeScript
    GitHub पर देखें↗2,831
  • emadalam/atvjsemadalam का अवतार

    emadalam/atvjs

    308GitHub पर देखें↗

    Blazing fast Apple TV application development using pure JavaScript

    JavaScript
    GitHub पर देखें↗308
  • emberjs/ember.jsemberjs का अवतार

    emberjs/ember.js

    22,566GitHub पर देखें↗

    Ember.js is a structured JavaScript web framework designed for building scalable web applications. It utilizes a Model-View-Controller architectural pattern and incorporates a component-based UI library, a dependency injection framework, and a client-side routing engine. The framework distinguishes itself through a centralized registry for passing shared services across components and routes, alongside a routing system that maps URLs directly to templates and data models to manage navigation. Its broader capabilities include reactive state synchronization and computation memoization for UI p

    TypeScript
    GitHub पर देखें↗22,566
  • feathersjs/feathersfeathersjs का अवतार

    feathersjs/feathers

    15,253GitHub पर देखें↗

    Feathers is a database-agnostic Node.js application framework designed for building scalable backend systems. It functions as a real-time API framework that provides a server implementation for both REST endpoints and WebSocket connections. The framework decouples application logic from the underlying database technology and communication protocols. This allows a single service to handle both HTTP and Socket requests while separating business logic from the specific data persistence layer. The system organizes data operations through a standardized service-based interface and utilizes hook-b

    TypeScriptbrowserfeathersfeathersjs
    GitHub पर देखें↗15,253
  • gwendall/way.jsgwendall का अवतार

    gwendall/way.js

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

    Simple, lightweight, persistent two-way databinding

    JavaScript
    GitHub पर देखें↗2,866
  • knockout/knockoutknockout का अवतार

    knockout/knockout

    10,549GitHub पर देखें↗

    Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions as a declarative data binding library and an observable data model system that decouples business logic from the document object model. The project implements the Model-View-ViewModel pattern to separate application logic from the user interface. It synchronizes data models with visual views by linking internal JavaScript properties to HTML elements, allowing the interface to update automatically when underlying data changes. The framework provides capabilities for dynamic fro

    JavaScript
    GitHub पर देखें↗10,549
  • lhorie/mithril.jslhorie का अवतार

    lhorie/mithril.js

    14,490GitHub पर देखें↗

    Mithril.js is a JavaScript framework for building single page applications. It functions as a virtual DOM library and reactive UI framework, providing a system to synchronize application state with visual elements to ensure interfaces update instantly. The toolkit includes a built-in client side router that maps browser URL paths to specific components without reloading the page. It also features an integrated HTTP request client for performing asynchronous network calls to remote APIs for data retrieval and transmission. The framework covers broad capabilities for frontend development, incl

    JavaScript
    GitHub पर देखें↗14,490
  • meteor/meteormeteor का अवतार

    meteor/meteor

    44,779GitHub पर देखें↗

    Meteor is a full-stack JavaScript application platform and real-time application server. It provides a unified development environment for building web and mobile applications using a single language for both the client and server. The platform functions as a cross-platform app framework, allowing a single codebase to be deployed across web, iOS, Android, and desktop environments. It differentiates itself through a real-time server that automatically synchronizes data between servers and clients to enable live updates. The system includes a unified development command-line interface to manag

    JavaScriptbuild-systemframeworkhacktoberfest
    GitHub पर देखें↗44,779
  • mikeric/rivetsmikeric का अवतार

    mikeric/rivets

    3,223GitHub पर देखें↗

    A lightweight data binding library.

    JavaScript
    GitHub पर देखें↗3,223
  • riot/riotriot का अवतार

    riot/riot

    14,921GitHub पर देखें↗

    Riot is a component-based library for building user interfaces through modular, single-file components. It functions as a framework for creating reusable elements that combine markup, logic, and scoped styles, which are then compiled into standard JavaScript functions for browser execution. The library distinguishes itself by utilizing direct rendering, which updates the document object model by tracking state changes without the overhead of a virtual representation. It supports server-side rendering and hydration to improve initial page load performance and search engine indexing. Developers

    JavaScriptclient-sidecustomelementcustomelements
    GitHub पर देखें↗14,921
  • ripplejs/rippleripplejs का अवतार

    ripplejs/ripple

    1,343GitHub पर देखें↗

    A tiny foundation for building reactive views

    JavaScript
    GitHub पर देखें↗1,343
  • spine/spinespine का अवतार

    spine/spine

    3,687GitHub पर देखें↗

    Spine is a JavaScript MVC framework and client-side library designed to organize web applications into maintainable components and modules. It functions as a modular frontend architecture that separates data management from user interface logic using the model-view-controller pattern. The framework operates as an event-driven state manager, utilizing a publish-subscribe messaging pattern to synchronize application state and update views. It includes a template-based view engine that generates HTML by injecting dynamic data from a model into predefined markup. The system provides tools for fr

    JavaScript
    GitHub पर देखें↗3,687
  • walmartlabs/thoraxwalmartlabs का अवतार

    walmartlabs/thorax

    1,316GitHub पर देखें↗

    Strengthening your Backbone

    JavaScript
    GitHub पर देखें↗1,316