The runtimes, frontend libraries, and backend frameworks that actually build modern web apps โ ranked by real reported usage share (2026 developer survey data).
JavaScript Runtimes
๐ข
#1 ยท 48.7%
Node.js
A JavaScript runtime built on Chrome's V8 engine that lets JS run outside the browser โ the single most-used web technology, powering the entire modern JS backend ecosystem.
๐ฆ
#22 ยท 4%
Deno
A secure-by-default JavaScript/TypeScript runtime from Node.js's original creator โ built-in TypeScript support and permissions sandboxing, positioned as Node's modern successor.
Frontend Frameworks & Libraries
โ๏ธ
#2 ยท 44.7%
React
Meta's component-based UI library โ the single most-used frontend tool for building interactive interfaces, with a component model most other frameworks have converged toward.
๐ต
#3 ยท 23.4%
jQuery
The DOM manipulation library that dominated web development in the 2010s โ largely superseded by modern frameworks for new projects, but still running on a massive share of existing websites.
๐ ฐ๏ธ
#7 ยท 18.2%
Angular
Google's full-featured frontend framework โ an opinionated, batteries-included framework (routing, forms, HTTP client all built in) favored in large enterprise applications.
๐
#8 ยท 17.6%
Vue.js
A progressive frontend framework designed to be adopted incrementally โ simpler learning curve than React or Angular, popular for both small widgets and full single-page apps.
๐ ฐ๏ธ
#16 ยท 7.2% (tie)
AngularJS
The original Angular (version 1.x) โ a completely different codebase from modern Angular 2+, now in legacy maintenance mode but still running many older enterprise apps.
๐ฅ
#16 ยท 7.2% (tie)
Svelte
A frontend framework that shifts work to compile time โ instead of shipping a runtime framework to the browser, Svelte compiles your components into tiny, highly optimized vanilla JS.
Full-Stack / Meta-Frameworks
โฒ
#4 ยท 20.8%
Next.js
The most popular React meta-framework โ adds server-side rendering, file-based routing, and API routes on top of React, and is the default way most new React apps get built.
๐
#23 (tie) ยท 4%
Nuxt.js
Vue's answer to Next.js โ a full-stack meta-framework adding server-side rendering, file-based routing, and auto-imports on top of Vue.
๐
#21 ยท 4.5%
Astro
A content-first meta-framework built around shipping zero JavaScript by default โ renders static HTML and only hydrates interactive "islands," ideal for content sites and blogs.
Node.js Backend Frameworks
๐
#5 ยท 19.9%
Express
The minimal, unopinionated web framework for Node.js โ the most common way to build an HTTP API in Node, and the foundation many other Node frameworks build on top of.
๐
#19 ยท 6.7%
NestJS
A structured, TypeScript-first Node.js framework inspired by Angular's architecture โ built-in dependency injection and module system for large, maintainable backend codebases.
โก
#25 ยท 2.9%
Fastify
A Node.js web framework built specifically for speed โ a plugin architecture and schema-based validation, aimed at teams that have outgrown Express's raw performance.
Python Frameworks
โก
#9 ยท 14.8%
FastAPI
A modern Python API framework built for speed and automatic docs โ generates interactive OpenAPI documentation from your code's type hints, and is the fastest-rising Python web framework.
๐ถ๏ธ
#11 ยท 14.4%
Flask
A minimal, unopinionated Python web framework โ gives you routing and request handling with almost nothing decided for you, popular for small APIs and projects that want full control.
๐ธ
#14 ยท 12.6%
Django
Python's "batteries-included" web framework โ an ORM, admin panel, auth system, and templating engine all built in, the standard choice for building a full web app quickly in Python.
Java, .NET & Blazor
๐
#10 ยท 14.7%
Spring Boot
The standard framework for building production Java applications โ auto-configuration and an embedded server remove most of the boilerplate that made older Spring apps painful to set up.
๐ฃ
#6 ยท 19.7%
ASP.NET Core
Microsoft's modern, cross-platform web framework for .NET โ the rewritten, open-source successor to classic ASP.NET, running on Windows, Mac, and Linux.
๐ช
#12 ยท 14.2%
ASP.NET
The original, Windows-only .NET web framework that predates ASP.NET Core โ still running a large amount of legacy enterprise .NET software built before the cross-platform rewrite.
๐ท
#18 ยท 7%
Blazor
Microsoft's framework for building interactive web UIs in C# instead of JavaScript โ runs either in the browser via WebAssembly or on the server, for teams that want to stay in .NET end to end.
PHP Frameworks & CMS
๐ฐ
#13 ยท 13.6%
WordPress
The content management system behind a huge share of the entire web โ a plugin/theme ecosystem lets non-developers build full sites, while developers extend it with custom PHP.
๐ด
#15 ยท 8.9%
Laravel
The most popular modern PHP framework โ an elegant, batteries-included framework (ORM, auth, queues, templating) that made PHP development feel modern again.
๐ผ
#23 (tie) ยท 4%
Symfony
A mature PHP framework and set of reusable components โ many of Symfony's components are used inside Laravel and other PHP projects, making it foundational to the PHP ecosystem.
๐ง
#28 ยท 2.2%
Drupal
An older, highly flexible open-source CMS โ favored for large, complex sites (government, universities, media) that need fine-grained content modeling beyond what WordPress offers.
Ruby & Other Languages
๐
#20 ยท 5.9%
Ruby on Rails
The original "convention over configuration" full-stack framework โ its productivity-first philosophy influenced the design of nearly every batteries-included framework that came after it.
๐ฆ
#26 ยท 2.8%
Axum
A Rust web framework built by the Tokio async-runtime team โ type-safe routing and extremely high performance, popular for Rust developers building high-throughput APIs.
๐ฅ
#27 ยท 2.4%
Phoenix
A web framework for Elixir built on the Erlang VM โ famous for handling enormous numbers of concurrent real-time connections (chat, live dashboards) with very low resource use.
Usage percentages reflect a 2026 developer-tools survey; most developers use multiple frameworks from this list, so shares don't sum to 100%.