Was Parler Really a Progressive Web App? – InApps is an article under the topic Software Development Many of you are most interested in today !! Today, let’s InApps.net learn Was Parler Really a Progressive Web App? – InApps in today’s post !

Key Summary

This InApps.net article, published in 2022 and authored by Richard MacManus, senior editor at InApps, investigates whether Parler’s website qualified as a Progressive Web App (PWA) amidst its removal from major app stores and AWS hosting. Written with an analytical, technical tone, it aligns with InApps Technology’s mission to cover software development trends, offering clarity on PWA definitions and Parler’s context.

Key Points:

  • Context: Parler, a right-wing microblogging platform, was removed from Google, Apple, and AWS in 2021, prompting users to seek a browser-based PWA version, raising questions about its technical classification.
  • Core Insight: The article questions whether Parler’s website was a true PWA or merely a mobile-optimized site, while noting the broader debate about Big Tech’s role in regulating controversial platforms.
  • Key Features:
    • PWA Definition: PWAs combine web and app-like features, offering offline capabilities, push notifications, and fast performance, but the article does not confirm Parler’s site met these criteria.
    • Parler’s Shutdown: The rapid closure of Parler’s web version by AWS limited analysis of its PWA status, as it lacked a distributed hosting alternative.
    • Broader Implications: The focus shifts to Big Tech’s power (e.g., AWS as infrastructure provider), with Parler’s case highlighting regulatory debates beyond technical details.
  • Outcome: While Parler’s PWA status remains unclear, the incident underscores the technical and ethical complexities of web app deployment and Big Tech’s influence over platform accessibility.

This article reflects InApps.net’s focus on innovative software development, providing an inclusive, practical overview of PWAs and the Parler controversy’s technical dimensions.

Read more about Was Parler Really a Progressive Web App? – InApps at Wikipedia

You can find content about Was Parler Really a Progressive Web App? – InApps from the Wikipedia website

Progressive Web Apps (PWAs) became a trending social media term last week, for all the wrong reasons. When the right-wing microblogging app, Parler, was pulled from the Google and Apple app stores, its users immediately began to search for a browser-based version. Some of them searched specifically for a PWA version, which led to this comical exchange:

So many questions… but keeping to the technical side of things: was Parler’s website actually a PWA, or was it just a normal website that happened to render well in a mobile browser? And what exactly is a PWA, anyway?

Read More:   KubeCon + CloudNativeCon EU Confronts the Great App-Delivery Challenge – InApps Technology 2022

As it turned out, the PWA search among Parler users didn’t last long. The web version was quickly closed down too, when Amazon Web Services canceled Parler’s hosting services. That may be the end of Parler, unless it figures out a distributed alternative to app stores and cloud hosts.

 

Richard MacManus

Richard is senior editor at InApps and writes a weekly column about web and application development trends. Previously he founded ReadWriteWeb in 2003 and built it into one of the world’s most influential technology news and analysis sites.

 

Of course, whether or not Parler’s website was a PWA is a minor issue compared to why Parler was in the news in the first place. The key debate is around whether “big tech” companies like Google, Apple and Amazon should be “acting as regulators” (as tech analyst Benedict Evans put it) and unilaterally shutting down controversial services like Parler. That’s a thorny issue, because it comes down to how much power you think internet companies — and particularly ones that operate down the stack, like AWS — should have. That argument is beyond my remit here, but I recommend you follow the discussion on the Electronic Frontier Foundation.

For this column, let’s get back to the question of what a PWA is and what it means going forward. The term was coined in 2015 by Google, to describe an enhanced web application that can run on modern web browsers. A PWA is, technically, just a website — but one that is optimized to look and feel like a native app when run in a browser.

In an introductory post, Google positions PWAs as having the reach of traditional websites but also having some of the capabilities of a native application (such as an Android or iOS app). Here’s how Google defines it:

“Progressive Web Apps (PWA) are built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device with a single codebase.”

As an aside, the PWA name was supposed to be a temporary one. Google engineer Alex Russell came up with it, along with Frances Berriman. Russell tweeted that it “was never meant to be [a] name for end-users.” However, the term appears to have caught on — and is being widely used to mean a website that has a similar user experience to a native mobile app. But as I’ll try to explain in the rest of this post, there’s much more to being a PWA than that.

Read More:   RSS3 Brings Syndication Feeds (and FriendFeed) to Web3 – InApps 2022

The Defining Features of a PWA

Some of the advanced capabilities that are possible now with web technologies are “file system access, media controls, app badging, and full clipboard support.” These are all features familiar to native apps, since they have direct access to your device’s operating system. But now with new APIs, a web app can also access at least some of those OS-level features.

The “installability” feature of PWAs seems to be often misunderstood. It does not mean bookmarking a website so that it becomes a widget on your smartphone (on iPhone, you can do this in the Safari browser by clicking “Add to Home Screen”). According to another Google post, to be “installable” your web app needs to include a Web App Manifest and a service worker “with a functional fetch handler.” In a mobile browser on an Android device, this enables a pop-up prompt that asks whether you want to add the site to your home screen. Even then, different browsers have differing requirements and — to add to the complexity — the iPhone OS does not allow pop-up prompts.

But the key points, Alex Russell told me when I checked these details with him, are that the web app “has a Service Worker so it works offline, and a good-enough Manifest file that it can be easily identified from the homescreen.”

Leading PWA Examples

In the wake of the Parler controversy, I watched a video from a random YouTuber that purported to explain how to install Parler as a PWA. But all it showed was the “Add to Home Screen” functionality. So by that marker, my guess is that Parler was not in fact a PWA. Given it couldn’t even properly secure its user data, that’s not surprising.

One company that definitely does offer a PWA version is Twitter. It first surfaced under the name “Twitter Lite” in 2017; and it was clear even back then that it offered significantly more functionality than a basic mobile website. A Google Developer story at the time noted that Twitter Lite was literally a very light app: “the PWA is only 600KB over the wire vs. 23.5MB of downloaded data needed to install the native Android app.” It also pointed to web push notifications and “nearly instant loading with service worker scripts” as two other features of the app.

Read More:   Creating Voice-Jaw Data with a Processing Script – InApps 2025

Over the years, Twitter has continued to iterate on its PWA — bringing it closer and closer to the functionality of its native apps. As one example, Twitter engineer Charlie Croom posted in July 2019 about how Twitter added nuance to its PWA push notifications. By using the service worker parameters silent, renotify and tag, Croom explained, Twitter is able to have “a huge amount of control over how and when we alert a user.”

It’s also worth pointing out that a PWA is not just useful in a mobile context. Some Mac users prefer the PWA version of Twitter to its official Mac app. To do this, go to Twitter.com in your browser (it has to be a Chromium-based browser, like Chrome, Edge or Brave), and in the right side of the address bar, you’ll see a little circle icon with a plus sign inside. Clicking that adds the PWA version of Twitter to your applications folder (and puts it in your dock).

Conclusion

So was Parler a PWA? Probably not. But I’m pleased to report that Twitter is indeed progressive, at least from a web technology point of view. Whether it’s progressive in other ways, that’s up to you to decide.

Final note: to check whether a (still operational) website is a PWA, you can use the open source Lighthouse tool that Google developed.

Image credit: Pixabay

Source: InApps.net

[sociallocker id=”2721″]

ios web push
cloud foundry monitoring tools
evans head web design
progressive labs
cloud foundry monitoring
progressive web app
parler app
“parler” +”apple” -“french” -“francais”
“parler” +”social media” -“french” -“francais”
parler 2022
progressive recruitment jobs
nuance wikipedia
cloud foundry application monitoring
progressive customer service jobs
progressive customer service representative
chi web apps
progressive jobs from home
pwa site template
speedapp
lighthouse labs jobs
wawa app
pwa
custom application development
“web app”
ios pwa install prompt
is parler app working
push notifications pwa ios
apple pwa push notifications
progressive indeed
indeed progressive
“parler” +”amazon” -“french” -“francais”
“parler” +”android” -“french” -“francais”
pwa push notifications ios
wikipedia parler
iphone os 1 wikipedia
parler login page
pwa facebook
pwa development near me
progressive it recruitment
aws lighthouse
progressive travel recruitment
google croom
cloud foundry vs aws
brave browser twitter
enhanced progressive
progressive rates телеграмм
pwa course
fetch ai twitter
pwa google developers
avocado iphone case
amazon web services twitter
pwa project online
sales folder web
bile app development company near me
benedict evans
niche.co twitter
pwa project
parler website

[/sociallocker]

Rate this post
As a Senior Tech Enthusiast, I bring a decade of experience to the realm of tech writing, blending deep industry knowledge with a passion for storytelling. With expertise in software development to emerging tech trends like AI and IoT—my articles not only inform but also inspire. My journey in tech writing has been marked by a commitment to accuracy, clarity, and engaging storytelling, making me a trusted voice in the tech community.

Let’s create the next big thing together!

Coming together is a beginning. Keeping together is progress. Working together is success.

Let’s talk

Get a custom Proposal

Please fill in your information and your need to get a suitable solution.

    You need to enter your email to download

      Success. Downloading...