Well, its not dead. I'm still using Backbone.js. Backbone.js is a JavaScript front-end system that gives the structure and association to your application code, the occasion based correspondence for your application, and the fundamental interconnectedness for your information, application rationale, and UI.
Backbone the JavaScript MV structure is exploding the web advancement industry for its additional class highlights and functionalities. It engages you to create MVC (demonstrate see controller) sort applications and single-page applications. The main parts of Backbone.js advancement are Model, Collection, Router, View and Event class objects.
When working with Backbone you will find that the recovered information from the server put away by a model is in RESTful JSON way and is identified with the view. The view supplied by HTML is finished with help of JavaScript templating or by rendering system. The switch in the device demonstrations like a controller and is subject for dealing with a URL all things considered that it shows what code to keep running for which URL. well, you can follow this URL: goo.gl/im4A3X to know more about Backbone.js.