Apps Related to Model-View-Presenter Architecture

Discover apps and services related to Model-View-Presenter Architecture.

Provides a structured way to organize application logic by separating data (Models), presentation (Views), and handling user input (often handled within Views or separate Presenter-like logic).

Filter by Platform

Platforms:

Model-View-Presenter Architecture Applications

Sort:
Backbone.js

Backbone.js

Open Source

Backbone.js is a lightweight JavaScript framework providing structure to web applications. It organizes code using the Model-View-Presenter pattern, offering models with key-value binding and custom events, collections with rich API, views using declarative event handling, and RESTful JSON synchronization.

Lightweight and small file size.
Extensible by Plugins/Extensions
Development