What is Backbone.js?
Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
Backbone.js is a tool in the Javascript MVC Frameworks category of a tech stack.
Backbone.js is an open source tool with 28K GitHub stars and 5.5K GitHub forks. Here’s a link to Backbone.js's open source repository on GitHub
Who uses Backbone.js?
Companies
3470 companies reportedly use Backbone.js in their tech stacks, including Uber, Pinterest, and reddit.
Developers
3777 developers on StackShare have stated that they use Backbone.js.
Backbone.js Integrations
Firebase, Sentry, Socket.IO, Marionette, and ZingChart are some of the popular tools that integrate with Backbone.js. Here's a list of all 16 tools that integrate with Backbone.js.
Pros of Backbone.js
135
101
98
76
59
46
45
44
34
25
8
2
1
1
Blog Posts
Backbone.js Alternatives & Comparisons
What are some alternatives to Backbone.js?
Vue.js
It is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API.
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
AngularJS
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.
Angular
It is a TypeScript-based open-source web application framework. It is a development platform for building mobile and desktop web applications.
Ember.js
A JavaScript framework that does all of the heavy lifting that you'd normally have to do by hand. There are tasks that are common to every web app; It does those things for you, so you can focus on building killer features and UI.