Types of Web applications
Last updated: November 25, 2022 Read in fullscreen view



- 05 Jul 2020
What is Sustaining Software Engineering? 1037
- 20 Mar 2022
What is a Multi-Model Database? Pros and Cons? 918
- 01 Oct 2020
Fail fast, learn faster with Agile methodology 864
- 03 Jul 2022
What is the difference between Project Proposal and Software Requirements Specification (SRS) in software engineering? 859
- 18 Oct 2020
How to use the "Knowns" and "Unknowns" technique to manage assumptions 813
- 22 Sep 2022
Why is it important to have a “single point of contact (SPoC)” on an IT project? 750
- 14 Oct 2021
Advantages and Disadvantages of Time and Material Contract (T&M) 703
- 19 Oct 2021
Is gold plating good or bad in project management? 672
- 08 Oct 2022
KPI - The New Leadership 514
- 19 Apr 2021
7 Most Common Time-Wasters For Software Development 513
- 30 Jan 2022
What Does a Sustaining Engineer Do? 470
- 28 Dec 2021
8 types of pricing models in software development outsourcing 388
- 31 Oct 2021
Tips to Fail Fast With Outsourcing 359
- 11 Jan 2024
What are the Benefits and Limitations of Augmented Intelligence? 357
- 13 Nov 2021
What Is Bleeding Edge Technology? Are bleeding edge technologies cheaper? 345
- 23 Sep 2021
INFOGRAPHIC: Top 9 Software Outsourcing Mistakes 338
- 10 Dec 2023
Pain points of User Acceptance Testing (UAT) 322
- 06 Feb 2021
Why fail fast and learn fast? 311
- 01 Mar 2023
What is Unit Testing? Pros and cons of Unit Testing? 301
- 13 Dec 2020
Move fast, fail fast, fail-safe 280
- 17 Feb 2022
Prioritizing Software Requirements with Kano Analysis 244
- 18 Aug 2022
What are the consequences of poor requirements with software development projects? 224
- 25 Apr 2021
What is outstaffing? 216
- 06 Nov 2019
How to Access Software Project Size? 215
- 10 Nov 2022
Poor Code Indicators and How to Improve Your Code? 200
- 26 Dec 2023
Improving Meeting Effectiveness Through the Six Thinking Hats 180
- 31 Dec 2021
What is a Data Pipeline? 175
- 01 Mar 2023
Bug Prioritization - What are the 5 levels of priority? 171
- 10 Apr 2022
What is predictive analytics? Why it matters? 158
- 05 Jan 2024
Easy ASANA tips & tricks for you and your team 132
- 12 Mar 2024
How do you create FOMO in software prospects? 97
- 14 Mar 2024
Why should you opt for software localization from a professional agency? 85
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.