The Once And Future Web Platform

Comment

Michael Bleigh is the CEO/Cofounder of static web hosting platform-as-a-service Divshot. Follow him at @mbleigh

As a developer, articles declaring the death of the web are easy to dismiss out of hand. It’s not unusual or unexpected for people to predict (or herald the arrival of) the next big thing and declare the status quo dead. Yet despite the mobile explosion over the past few years, the web is going to remain the dominant software platform for the foreseeable future.

First, let me say that by web I mean HTML content accessed in a browser or lightweight browser-like shell. A broader definition might include the HTTP APIs used by nearly every native mobile application. By that definition, the web has no competition at all.

Why the web?

Native applications existed long before the web. Why then did the web come to be such a powerful platform for software distribution? Even in the days of Internet Explorer 6, the web gained ground due to several key advantages:

  • No Installation. To access a web application, you simply visit its URL in a web browser. Every user of every operating system can access a web application within seconds of desiring to do so.
  • Always Up-to-Date. With no installation comes no update process. Every time you access a web application you get the latest version (with the latest data) for free.
  • Cross-Platform. Because the web is built on open standards, anyone can build a web browser. The web promises true write-once-run-anywhere software and (short of some annoying browser quirks) delivers on that promise.
  • Network Effects. Web applications link to one another without need for permission. Every link works just like every other link. The concept of “going viral” only exists because URLs are universally shareable.
  • Fast Enough. On the desktop, hardware advances yielded faster and faster devices. This led to an inflection point: for most software, most of the time, web applications were fast enough. They were functionally equivalent to their native counterparts.

These advantages sum up to the lowest barrier to entry in software history and an opportunity too good to pass up. Designed as a way to deliver documents, the web soon became something much more: an application platform.

Over time the web got much better at being software. Cross-platform JavaScript libraries let developers make pages more interactive. AJAX allowed browsers to send and receive new data without reloading the page. CSS evolved to make the construction of application-like interfaces simpler. Web technology is always changing, evolving over time to meet the needs of the people using it and developers building for it.

Mobile, mobile, mobile

With the meteoric rise of the App Store it’s easy to forget that 2007 Apple’s original “app” plan was all about the web. While many things contributed to Apple’s move to native third-party apps, the most-cited reason is performance-related user experience. We’ll talk about that shortly.

The App Store brought massive improvements to native application distribution. Installing and updating apps suddenly became almost as easy for the end user as visiting a web site. The App Store also provides a single centralized payment authority (never underestimate the power of stored credit card data!). These factors have led to many touting mobile app stores as a viable competitor or successor to the web.

With global smartphone penetration outpacing that of the PC, has the web finally met its match? Is it time to pass the torch onto the younger native app generation?

Nope.

Pretenders to the throne

This isn’t the first time that the open web has faced a popular adversary. America Online boasted a massive walled garden of content in the mid-nineties. The biggest ISP in the United States at the time, they geared their entire service toward users living within it. Today AOL is a content company that runs properties (including TechCrunch) on, you guessed it, the open web. The web won.

Flash was once the toast of developers and users alike. It offered things that HTML didn’t like video, animation, sound, and interactivity. The Flash plugin was installed in more than 97% of all browsers. Today, Flash is on around 14% of websites down from a high of more than 50%. The web won.

There will always be new technologies challenging the web for software dominance. Many of these will have advantages in one area or another over the web at first. But that’s the web’s superpower: it keeps evolving. As Jason Kottke wrote in 2007, “In competitive markets, open and messy trumps closed and controlled in the long run.”

Accelerating returns

July 22, 2010 is one of the most important dates in the history of the web platform. It’s the day Google announced a six-week major version release schedule for Chrome. Chrome, then on version 5.0, is now on version 34.0. In 2011, Mozilla followed suit and announced a similar plan for Firefox. A fast-paced release schedule coupled with a “release channel” concept (early access to new features for the willing) forever altered the landscape of web development.

Consider that Internet Explorer 7 came out five years after Internet Explorer 6. Chrome set the new normal release pace to be 40 times faster. It’s no coincidence that the set of browser technologies called “HTML5” went from zero to commonplace in the same timespan. Browser vendors must evolve their platforms or be left behind by increasingly discerning users.

Today it isn’t Microsoft but Apple who stands as the biggest obstacle to the advancement of web technology. On iOS, Apple cripples third-party browsers by forcing them to use a slower JavaScript engine. They also forbid developers to release alternate browser engines on the platform. While frustrating, it’s standard practice for incumbents to stifle threatening innovations. A better web browser means a bigger threat to Apple’s iOS distribution choke-hold.

More than a document viewer

Modern browsers are operating systems in their own right. Browser technologies exist to meet or exceed nearly every advantage of native. A few examples:

  • Real-Time/Push Messaging. It used to be impossible to send data to a browser after the page loaded without a new request. Today Server-Sent Events andWeb Sockets make it straightforward, and services like GoInstant, Firebase, and PubNub make it trivial.
  • Rich Media. Most people are familiar with the HTML5 video tag. Now we also have (or soon will) ways to access webcams and microphonesestablish peer-to-peer video communication, and even process voice input straight from the browser.
  • Offline Access. Web applications can run offline, store data changes, and synchronize them once networks become available, just like native apps.
  • Device Awareness. Modern mobile browsers can access device orientation, accelerometers, GPS geolocation, and network connectivity information.

As new use cases emerge, it’s never a question of if the web can support a new technology. It’s just a question of when.

Performance anxiety

For many of the web’s doomsayers, the only issue worth consideration is performance. “The web will never be as fast as native apps!” they cry. And they’re right. But the web doesn’t have to be as fast as native, it just has to be fast enough.

Most-often cited is Facebook’s abandonment of HTML5 as “proof” that the web isn’t fast enough. There are several problems with this argument:

  1. Anecdotes are lousy evidence. Even at the time,others claimed that the issue was in execution, not concept.
  2. It makes sense for Facebook to build native apps even if the improvement is minor. Facebook can afford to hire whole teams of developers to support each platform. Most companies aren’t so lucky.
  3. It happened almost two years ago. That’s 15 Chrome release cycles ago. Web tech changes, and fast.

Recent developments like asm.js are bringing high-end game engines like Unreal and Unity to the browser. Hardware accelerated transforms make buttery smooth animations and transitions a reality, even on mobile. What you can do today in a browser seems like magic compared to just three years ago.

If you’re building a graphics-intensive game or video/image manipulation software, by all means build native. For the vast majority of applications, however, multi-platform native is going to be an anchor around your developers’ necks. And developers are really important to the dominance of software platforms.

Developers, developers, developers

While users dictate the demands of application functionality, developers make it happen. The web as a platform is easier to learn and lets developers do more faster than any other platform. That’s why companies from Treehouse to Codecademy to General Assembly focus more coursework on the web than any other platform.

The distribution of the web is objectively the largest on the planet. Every platform that has native apps also has a browser. That’s why HTML5 is the #1 job trend on Indeed. That’s why I’ve been able to use a Chromebook as my primary computer for the past year. And that’s why, regardless of the short-term advantages of competitors, the web will eventually rise to the top.

The web does have a few tricks it could learn from mobile. We need standards for browser-driven authentication like Google’s login on Android. We need simpler ways to pay for things on the web (requestAutocomplete is a good first step). We need tools to make application-building a first-class concern of HTML (Web Components, led by Google’s Polymer Project are going to change everything). As a developer working with web apps for more than a decade, I am confident that the technology will evolve to meet the demands of developers.

By all means go out and try the shiny new technology. That’s how the technology industry (and the web) gets better. Just be careful not to get too swept away. Betting against the web in the long run has always been a sucker bet. My advice is to be extremely careful before you place it.

TL;DR: XKCD 1367

Illustration by Bryce Durbin

More TechCrunch

YouTube TV has announced that its ‘multiview’ feature for watching four streams at once is now available on Android phones and tablets. The Android launch comes two months after YouTube…

YouTube TV’s ‘multiview’ feature is now available on Android phones and tablets

Featured Article

Two students uncover security bug that could let millions do their laundry for free

CSC ServiceWorks provides laundry machines to thousands of residential homes and universities, but the company ignored requests to fix a security bug.

1 hour ago
Two students uncover security bug that could let millions do their laundry for free

OpenAI’s Superalignment team, responsible for developing ways to govern and steer “superintelligent” AI systems, was promised 20% of the company’s compute resources, according to a person from that team. But…

OpenAI created a team to control ‘superintelligent’ AI —then let it wither, source says

TechCrunch Disrupt 2024 is just around the corner, and the buzz is palpable. But what if we told you there’s a chance for you to not just attend, but also…

Harness the TechCrunch Effect: Host a Side Event at Disrupt 2024

Decks are all about telling a compelling story and Goodcarbon does a good job on that front. But there’s important information missing too.

Pitch Deck Teardown: Goodcarbon’s $5.5M seed deck

Slack is making it difficult for its customers if they want the company to stop using its data for model training.

Slack under attack over sneaky AI training policy

A Texas-based company that provides health insurance and benefit plans disclosed a data breach affecting almost 2.5 million people, some of whom had their Social Security number stolen. WebTPA said…

Healthcare company WebTPA discloses breach affecting 2.5 million people

Featured Article

Microsoft dodges UK antitrust scrutiny over its Mistral AI stake

Microsoft won’t be facing antitrust scrutiny in the U.K. over its recent investment into French AI startup Mistral AI.

3 hours ago
Microsoft dodges UK antitrust scrutiny over its Mistral AI stake

Ember has partnered with HSBC in the U.K. so that the bank’s business customers can access Ember’s services from their online accounts.

Embedded finance is still trendy as accounting automation startup Ember partners with HSBC UK

Kudos uses AI to figure out consumer spending habits so it can then provide more personalized financial advice, like maximizing rewards and utilizing credit effectively.

Kudos lands $10M for an AI smart wallet that picks the best credit card for purchases

The EU’s warning comes after Microsoft failed to respond to a legally binding request for information that focused on its generative AI tools.

EU warns Microsoft it could be fined billions over missing GenAI risk info

The prospects for troubled banking-as-a-service startup Synapse have gone from bad to worse this week after a United States Trustee filed an emergency motion on Wednesday.  The trustee is asking…

A US Trustee wants troubled fintech Synapse to be liquidated via Chapter 7 bankruptcy, cites ‘gross mismanagement’

U.K.-based Seraphim Space is spinning up its 13th accelerator program, with nine participating companies working on a range of tech from propulsion to in-space manufacturing and space situational awareness. The…

Seraphim’s latest space accelerator welcomes nine companies

OpenAI has reached a deal with Reddit to use the social news site’s data for training AI models. In a blog post on OpenAI’s press relations site, the company said…

OpenAI inks deal to train AI on Reddit data

X users will now be able to discover posts from new Communities that are trending directly from an Explore tab within the section.

X pushes more users to Communities

For Mark Zuckerberg’s 40th birthday, his wife got him a photoshoot. Zuckerberg gives the camera a sly smile as he sits amid a carefully crafted re-creation of his childhood bedroom.…

Mark Zuckerberg’s makeover: Midlife crisis or carefully crafted rebrand?

Strava announced a slew of features, including AI to weed out leaderboard cheats, a new ‘family’ subscription plan, dark mode and more.

Strava taps AI to weed out leaderboard cheats, unveils ‘family’ plan, dark mode and more

We all fall down sometimes. Astronauts are no exception. You need to be in peak physical condition for space travel, but bulky space suits and lower gravity levels can be…

Astronauts fall over. Robotic limbs can help them back up.

Microsoft will launch its custom Cobalt 100 chips to customers as a public preview at its Build conference next week, TechCrunch has learned. In an analyst briefing ahead of Build,…

Microsoft’s custom Cobalt chips will come to Azure next week

What a wild week for transportation news! It was a smorgasbord of news that seemed to touch every sector and theme in transportation.

Tesla keeps cutting jobs and the feds probe Waymo

Sony Music Group has sent letters to more than 700 tech companies and music streaming services to warn them not to use its music to train AI without explicit permission.…

Sony Music warns tech companies over ‘unauthorized’ use of its content to train AI

Winston Chi, Butter’s founder and CEO, told TechCrunch that “most parties, including our investors and us, are making money” from the exit.

GrubMarket buys Butter to give its food distribution tech an AI boost

The investor lawsuit is related to Bolt securing a $30 million personal loan to Ryan Breslow, which was later defaulted on.

Bolt founder Ryan Breslow wants to settle an investor lawsuit by returning $37 million worth of shares

Meta, the parent company of Facebook, launched an enterprise version of the prominent social network in 2015. It always seemed like a stretch for a company built on a consumer…

With the end of Workplace, it’s fair to wonder if Meta was ever serious about the enterprise

X, formerly Twitter, turned TweetDeck into X Pro and pushed it behind a paywall. But there is a new column-based social media tool in town, and it’s from Instagram Threads.…

Meta Threads is testing pinned columns on the web, similar to the old TweetDeck

As part of 2024’s Accessibility Awareness Day, Google is showing off some updates to Android that should be useful to folks with mobility or vision impairments. Project Gameface allows gamers…

Google expands hands-free and eyes-free interfaces on Android

A hacker listed the data allegedly breached from Samco on a known cybercrime forum.

Hacker claims theft of India’s Samco account data

A top European privacy watchdog is investigating following the recent breaches of Dell customers’ personal information, TechCrunch has learned.  Ireland’s Data Protection Commission (DPC) deputy commissioner Graham Doyle confirmed to…

Ireland privacy watchdog confirms Dell data breach investigation

Ampere and Qualcomm aren’t the most obvious of partners. Both, after all, offer Arm-based chips for running data center servers (though Qualcomm’s largest market remains mobile). But as the two…

Ampere teams up with Qualcomm to launch an Arm-based AI server

At Google’s I/O developer conference, the company made its case to developers — and to some extent, consumers — why its bets on AI are ahead of rivals. At the…

Google I/O was an AI evolution, not a revolution