70 likes | 82 Views
Want to know the types of web applications? Here is the list.
E N D
What Is Web Application? • Web application is one kind of program or software that you can access from anywhere and from the any browser. • Web app is robust, reliable and scalable as compared to website. • Comparatively, Web app offers security, authentication, and security then website. • In the market there are lots of web application. Let’s learn about differents types of web app in details.
Static Web App • Its build using libraries and web framework. • Its deliver directly to end users same as stored on the server without any server side alteration. • It’s easy to host. • Cost of development is low. • Indexing on the search engine is easy. • Hard to make updates. • Faster in slow internet
2. Dynamic Web App • Compared to static web app, its technically complex. • Its fetch the real time data as per user request. • It’s required database to stored data which is located on the server side. • It’s easy to update and maintain. • It’s provide better user experience. • It give professional look. • Easy to navigate.
3. Multi-page Application • Difference types of languages can be used to build multi-page web application. • In the multi page web app, logic stored at the backend and every request of the clients go to the server and and reverted. • You can add pages as you want in your existing app, • Multi page app is SEO friendly. • Provide unlimited scalability. • Amazon, eBay are the example of popular multi page applications.
4. Single page Application • A Single page web application load only single web page and then update the body content via javascript APIs. • It is quicker because its perform login on the web browser. • Single page web app is user friendly. • It provide better reusability. • Debugging is easy compare to others. • Implementation is less complex compare to others • Google Map, Netflix, Paypal are the example of popular single page application.
Conclusion Conclusion • These are the major 4 types of web applications. There are still many other types of web apps available. Selection of web app is based on the business, goal, and its targeted audience. • This is not end you can read more types and detailed information from our blog: Types of web applications.