Skip to content

Instantly share code, notes, and snippets.

@agustinustheo
Last active October 16, 2022 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustinustheo/5197ab8e8102c3b0d37ec46e4fb9a517 to your computer and use it in GitHub Desktop.
Save agustinustheo/5197ab8e8102c3b0d37ec46e4fb9a517 to your computer and use it in GitHub Desktop.
Nest.js vs ASP.NET main features list.
Features Nest.js Package Made by ASP.NET Package Made by
Caching cache-manager Community Microsoft.Extensions.Caching.Memory Microsoft
Database access @nestjs/typeorm Nest.js Microsoft.AspNetCore.Identity.EntityFrameworkCore Microsoft
Authentication @nestjs/passport Nest.js Microsoft.AspNetCore.Authentication Microsoft
Task scheduling @nestjs/schedule Nest.js Cronos Community
Queues @nestjs/bull Nest.js System.Messaging Microsoft
Swagger @nestjs/swagger Nest.js Swashbuckle.AspNetCore.Swagger Community
WebSockets @nestjs/websockets Nest.js Microsoft.AspNetCore.WebSockets Microsoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment