The App Model introduced in SharePoint 2013 allows JavaScript Developers to develop Apps for SharePoint. In SharePoint 2013, everything (which includes Lists, Libraries etc.) is an application. The JavaScript programming feature of App for SharePoint executes the custom code on a separate server e.g. Cloud, IIS, or even the client browser. There are several JavaScript Libraries and Frameworks for DOM manipulations, and implementing MVVM and MVC programming on client-side. Some of them includes jQuery, Knockout,
Continue Reading