awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesBackbone.js Frameworks

Architectural extensions and frameworks specifically designed to build applications with Backbone.js.

Distinct from Backbone Integrations: Shortlist candidates are primarily focused on machine learning neural network backbones.

Explore 5 awesome GitHub repositories matching web development · Backbone.js Frameworks. Refine with filters or upvote what's useful.

Awesome Backbone.js Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • addyosmani/backbone-fundamentalsaddyosmani 的头像

    addyosmani/backbone-fundamentals

    9,182在 GitHub 上查看↗

    Backbone Fundamentals is an introductory guide to building structured client-side JavaScript applications using Backbone.js. It covers the core concepts of model-view-controller architecture, including models, views, collections, and routers, to compose maintainable single-page applications. The book explores event-driven state propagation, where model changes broadcast through custom events to decouple updates from view re-rendering, and a RESTful JSON sync layer that maps CRUD operations to HTTP endpoints. It also covers template-based view rendering, modular script loading for managing cod

    Teaches how to structure client-side JavaScript code using Backbone.js models, views, and collections.

    Rich Text Format
    在 GitHub 上查看↗9,182
  • marionettejs/backbone.marionettemarionettejs 的头像

    marionettejs/backbone.marionette

    7,037在 GitHub 上查看↗

    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

    Acts as a structured architectural layer for Backbone.js to organize views and data into manageable components.

    JavaScript
    在 GitHub 上查看↗7,037
  • tbranyen/backbone-boilerplatetbranyen 的头像

    tbranyen/backbone-boilerplate

    4,447在 GitHub 上查看↗

    This project is a boilerplate for web applications built with the Backbone.js framework. It provides a structured project template and a standardized workflow for organizing source code and assets. The project includes a JavaScript build pipeline and a CI/CD workflow template. These systems automate the bundling and minification of assets for production and integrate automated test execution upon code pushes. The repository covers frontend build automation and behavior-driven testing. It incorporates tools for asset optimization and the generation of coverage reports to ensure application st

    Provides a comprehensive architectural framework and template for building applications with Backbone.js.

    JavaScript
    在 GitHub 上查看↗4,447
  • rendrjs/rendrrendrjs 的头像

    rendrjs/rendr

    4,058在 GitHub 上查看↗

    Rendr 是一个专为 Backbone.js 应用设计的同构 JavaScript 框架和服务器端渲染器。它同步 Node.js 服务器和客户端浏览器之间的视图渲染,以提供初始 HTML,从而改善搜索引擎索引和加载速度,同时保持应用的交互性。 该系统使用可插拔的适配器系统将渲染逻辑与特定的 HTML 模板引擎解耦,允许开发者切换或集成自定义引擎。它还作为一个服务器端代理,通过虚拟路径拦截客户端请求,并使用可配置的数据适配器将其转发到远程 RESTful 服务。 该框架旨在作为中间件挂载到现有的 Node.js 服务器实例(如 Express)中,而不是替换服务器。它采用基于中间件的请求流水线来修改应用状态,并利用生命周期钩子在视图注入后初始化客户端文档对象模型(DOM)。

    Generates fully formed HTML pages on Node.js servers specifically for Backbone.js applications.

    JavaScript
    在 GitHub 上查看↗4,058
  • thedersen/backbone.validationthedersen 的头像

    thedersen/backbone.validation

    1,300在 GitHub 上查看↗

    Backbone.validation is a JavaScript library designed to enforce data integrity within Backbone.js models. It provides a framework for defining declarative validation schemas that intercept attribute changes, ensuring that data meets specified business requirements before it is committed to the model. The library distinguishes itself by tightly coupling model-level validation with user interface components. It features an event-driven binding system that monitors model states and automatically triggers interface updates, providing real-time feedback as users interact with forms. This approach

    Provides a validation framework for models that enforces data integrity and automates form feedback.

    JavaScript
    在 GitHub 上查看↗1,300
  1. Home
  2. Web Development
  3. Backbone.js Frameworks

探索子标签

  • Introductory GuidesBeginner-focused educational resources that introduce Backbone.js concepts and application patterns. **Distinct from Backbone.js Frameworks:** Distinct from Backbone.js Frameworks: focuses on introductory educational content rather than architectural extensions or frameworks built on Backbone.
  • Isomorphic Rendering FrameworksFrameworks that enable rendering views on both the server and client to provide initial HTML and interactivity. **Distinct from Backbone.js Frameworks:** Focuses on the shared server-client rendering cycle specifically for Backbone.js, rather than general architectural extensions.
  • Model Validation ExtensionsFrameworks and utilities that add data integrity and validation capabilities to model objects. **Distinct from Backbone.js Frameworks:** Distinct from Backbone.js Frameworks: focuses specifically on validation logic rather than general architectural extensions.
  • Project BoilerplatesPre-configured project templates that provide a starting point for application development. **Distinct from Backbone.js Frameworks:** Focuses on the boilerplate/starter-kit nature of the project rather than general framework extensions.
  • Server-Side RenderersSystems that generate static HTML from specific framework views on the server. **Distinct from Backbone.js Frameworks:** Focuses on the rendering engine implementation for Backbone.js rather than the broader framework architecture