Types of Web applications
Last updated: November 25, 2022 Read in fullscreen view
- 05 Jul 2020 What is Sustaining Software Engineering?
- 20 Mar 2022 What is a Multi-Model Database? Pros and Cons?
- 03 Jul 2022 What is the difference between Project Proposal and Software Requirements Specification (SRS) in software engineering?
- 01 Oct 2020 Fail fast, learn faster with Agile methodology
- 14 Oct 2021 Advantages and Disadvantages of Time and Material Contract (T&M)
If you opt for web app development, you should be aware of the different types of web apps you can build. There are three main types to choose from: multi-page applications (MPAs), single-page applications (SPAs), and progressive web apps (PWAs).
Multi-page applications
As the name suggests, a multi-page app (MPA) is a web-based application that consists of multiple pages. Different features of an MPA live on different pages, which means that clicking on a button or link initiates a request for a new page to load. Multi-page applications suit the goals of marketplaces, eLearning sites, and other platforms. Multi-page is the default choice if you want to build a web app.
Single-page applications
A single-page application (SPA) consists of just one page. SPAs allow users to quickly navigate the app, as all functionality can be accessed on one page. Clicking a button doesn’t refresh the page, which saves both traffic and time. Examples of SPAs are Google services (Gmail, Google Calendar) and social media sites (Facebook, Twitter).
Progressive Web applications
Often, the terms “Web Application” and “Progressive Web Application” are used interchangeably. However, they are not the same. All PWAs are web applications but not all web applications are PWAs. Progressive web applications include the characteristics of both web apps and native apps: they work as web apps but also boast features of native apps such as offline accessibility, push notifications, and access to device hardware. Starbucks and Flipboard are two examples of PWAs.
As you can see, each type of application suits different goals, and depending on the type your business needs, the cost of custom web development will differ. But before we move to numbers, let’s have a look at one more factor that impacts development costs: the technology stack.