awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesRESTful Persistence Layers

Systems that map local model operations to remote JSON APIs via standard HTTP methods.

Distinct from Persistence Layers: Specifically targets the mapping of client-side models to REST APIs, unlike local-only persistence candidates.

Explore 2 awesome GitHub repositories matching web development · RESTful Persistence Layers. Refine with filters or upvote what's useful.

Awesome RESTful Persistence Layers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jashkenas/backboneAvatar de jashkenas

    jashkenas/backbone

    28,108Ver en 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

    Maps model operations directly to HTTP methods to synchronize local state with a remote JSON API.

    JavaScript
    Ver en GitHub↗28,108
  • addyosmani/backbone-fundamentalsAvatar de addyosmani

    addyosmani/backbone-fundamentals

    9,182Ver en 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

    Synchronises client-side models with a server by mapping CRUD operations to RESTful HTTP endpoints.

    Rich Text Format
    Ver en GitHub↗9,182
  1. Home
  2. Web Development
  3. RESTful Persistence Layers