Notifications
Clear all
Topic starter 15/10/2024 5:25 pm
what is backbone js?
Topic starter 15/10/2024 5:26 pm
Backbone.js is a JavaScript rich-client web app framework based on the model–view–controller design paradigm, intended to connect to an API over a RESTful JSON interface. Backbone has only hard dependency, which is on one JavaScript library, Underscore.js. jQuery can also be optionally used for the library. Wikipedia