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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gwendall avatar

gwendall/way.js

0
View on GitHub↗
2,866 stars·245 forks·JavaScript·8 views

Way.js

Simple, lightweight, persistent two-way databinding

Features

  • MVC Frameworks - Simple, persistent two-way data binding.
  • Web Frameworks - Simple, lightweight, persistent two-way databinding.
  • JavaScript 框架汇总 - Listed in the “JavaScript 框架汇总” section of the Awesome Frontend awesome list.

Star history

Star history chart for gwendall/way.jsStar history chart for gwendall/way.js

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Way.js

These projects share indexed features with Way.js. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • developit/preactdevelopit avatar

    developit/preact

    38,704View on GitHub↗

    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
    View on GitHub↗38,704
  • emberjs/ember.jsemberjs avatar

    emberjs/ember.js

    22,566View on GitHub↗

    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
    View on GitHub↗22,566
  • astoilkov/jsblocksastoilkov avatar

    astoilkov/jsblocks

    2,750View on GitHub↗

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

    JavaScript
    View on GitHub↗2,750
  • jashkenas/backbonejashkenas avatar

    jashkenas/backbone

    28,108View on GitHub↗

    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
    View on GitHub↗28,108
Compare all 30 related projects→

Frequently asked questions

What does gwendall/way.js do?

Simple, lightweight, persistent two-way databinding

What are the main features of gwendall/way.js?

The main features of gwendall/way.js are: MVC Frameworks, Web Frameworks, JavaScript 框架汇总.

Which projects share features with gwendall/way.js?

Projects with overlapping indexed features include: jashkenas/backbone — Backbone is a JavaScript MVC framework and client-side data orchestrator used to structure web applications. It… knockout/knockout — Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions… developit/preact — Preact is a declarative UI library and a lightweight alternative to React for building user interfaces. It utilizes a… emberjs/ember.js — Ember.js is a structured JavaScript web framework designed for building scalable web applications. It utilizes a… astoilkov/jsblocks — 2012 UI framework (I was 20 years old, React didn't exist, inspired by Knockout). ractivejs/ractive — Ractive is an open-source JavaScript framework for building reactive user interfaces where the DOM automatically…