May 2015
Intermediate to advanced
110 pages
2h 7m
English
Keeping the foundation elements in mind, let's build a presentation application where if you change the presentation, then it will also change for other users and vice versa. Basically, we will build a web-based collaborative presentation sharing application. To make this application for modern browsers, we need a JavaScript library, which gives us all the features we need for a presentation application, such as creating different pages, navigation, and so on. And then we will add the feature that enables collaboration between different users.
There are different JavaScript libraries available from which we can choose. The library that gives us enough features to create our application ...