Module Exports with Node.js
As an application begins to scale, the complexity can be reduced by modularizing your code in a way that it can be comprehended by other users. MVC frameworks like Backbone.js have already introduced concepts of Models, Collections and Views on the front end.