# ASP.NET Core vs NestJS

| Attribute | ASP.NET Core | NestJS |
|---|---|---|
| **Vioscale score** | 61.5 (75% (high)) | 63.8 (78% (high)) |
| activity.commits_last_30d | - | 100 |
| adoption.dependent_repos | - | 78,848 |
| adoption.github_stars | - | 76,466 |
| deployment.options | `{"cloud":true,"on_prem":true,"self_hosted":true}` | `{"cloud":true,"on_prem":true,"air_gapped":true,"self_hosted":true}` |
| description.long | A framework for building web apps and services with .NET and C#. Includes Blazor for web UI development, REST APIs, real-time communication, and AI/ML capabilities. | A unified platform integrating planning, source control, and CI/CD pipelines with built-in security scanning and compliance controls to help teams accelerate software delivery and maintain security across the entire lifecycle. |
| features.capabilities | `{"language":"C#","api_routes":true}` | `{"language":"TypeScript/JavaScript","api_routes":true,"typescript_first":true}` |
| integrations.count | 5 | 9 |
| integrations.list | `[{"name":"Google"},{"name":"X"},{"name":"OpenAI"},{"name":"Azure"},{"name":"Power Apps"}]` | `[{"name":"Express"},{"name":"Fastify"},{"name":"GraphQL"},{"name":"TypeORM"},{"name":"Swagger/OpenAPI"},{"name":"Bull"},{"name":"WebSockets"},{"name":"Microservices"},{"name":"Angular Universal"}]` |
| language.primary | - | TypeScript |
| license.spdx | - | MIT |
| market.availability | - | `{"primaryMarkets":[],"availabilityScope":"global","availableCountries":[],"notAvailableCountries":[]}` |
| platform.support | `{"mac":true,"web":true,"linux":true,"windows":true}` | `{"cli":true,"web":true}` |
| pricing | `{"type":"free","summary":"Free and open source","freeTier":true,"sourceUrl":"https://dotnet.microsoft.com/en-us/apps/aspnet","retrievedAt":"2026-08-13T16:55:41.631Z"}` | `{"type":"hybrid","freeTier":true,"sourceUrl":"https://nestjs.com","retrievedAt":"2026-08-21T12:46:31.197Z"}` |
| pricing.free_tier | yes | yes |
| pricing.model | free | commercial |
| pricing.price_level | free | low |
| pricing.transparent | yes | no |
| release.cadence_days | - | 6 |
| release.history | - | `[{"url":"https://github.com/nestjs/nest/releases/tag/v11.2.3","date":"2026-08-25T10:59:41Z","type":"stable","version":"v11.2.3"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.2.2","date":"2026-08-25T07:59:18Z","type":"stable","version":"v11.2.2"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.2.1","date":"2026-08-14T17:53:21Z","type":"stable","version":"v11.2.1"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.2.0","date":"2026-08-14T12:13:03Z","type":"stable","version":"v11.2.0"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.29","date":"2026-08-10T09:40:32Z","type":"stable","version":"v11.1.29"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.28","date":"2026-07-08T08:33:50Z","type":"stable","version":"v11.1.28"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.27","date":"2026-06-15T09:17:02Z","type":"stable","version":"v11.1.27"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.26","date":"2026-06-08T12:37:55Z","type":"stable","version":"v11.1.26"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.25","date":"2026-06-08T07:39:37Z","type":"stable","version":"v11.1.25"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.24","date":"2026-05-25T08:41:52Z","type":"stable","version":"v11.1.24"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.23","date":"2026-05-21T18:18:12Z","type":"stable","version":"v11.1.23"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.22","date":"2026-05-21T08:57:18Z","type":"stable","version":"v11.1.22"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.21","date":"2026-05-14T09:00:47Z","type":"stable","version":"v11.1.21"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.20","date":"2026-05-13T07:29:54Z","type":"stable","version":"v11.1.20"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.19","date":"2026-04-13T07:56:09Z","type":"stable","version":"v11.1.19"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.18","date":"2026-04-03T09:40:47Z","type":"stable","version":"v11.1.18"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.17","date":"2026-03-16T10:41:45Z","type":"stable","version":"v11.1.17"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.16","date":"2026-03-05T13:25:51Z","type":"stable","version":"v11.1.16"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.15","date":"2026-03-03T13:53:50Z","type":"stable","version":"v11.1.15"},{"url":"https://github.com/nestjs/nest/releases/tag/v11.1.14","date":"2026-02-17T16:26:00Z","type":"stable","version":"v11.1.14"}]` |
| security.fedramp | - | yes |
| security.scorecard | - | 7.5 |
| security.vulnerabilities | - | `{"count":1,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=npm&package_name=%40nestjs%2Fcommon&per_page=100","last_12m":0,"max_severity":"MODERATE"}` |

## Capabilities (Web Frameworks)

| Capability | ASP.NET Core | NestJS |
|---|:--:|:--:|
| **Core** |  |  |
| Rendering model | - | - |
| File-based routing | - | - |
| Language | C# | TypeScript/JavaScript |
| **Rendering** |  |  |
| Server components | - | - |
| Streaming SSR | - | - |
| **Fullstack** |  |  |
| Built-in API / backend routes | ✓ | ✓ |
| **DX** |  |  |
| First-class TypeScript | - | ✓ |
| Fast refresh / HMR | - | - |
| **Deployment** |  |  |
| Edge runtime support | - | - |

*Source: Vioscale. Generated 2026-09-01T16:26:49.546Z. "-" = undocumented, not absent.*
