About 54 results
Open links in new tab
  1. 如何搞懂Nest.js? - 知乎

    前言 在使用 Nest.js 构建应用时,特别是对于构建复杂、高并发、分布式的现代 Web 应用程序, 事件/发布-订阅模式 可以使应用程序更加健壮、灵活和易于扩展,同时还能简化服务间的通信。 本篇文章将 …

  2. 如何评价nest.js? - 知乎

    Hibernate、Entity Framework这些传统ORM也有大量issue和性能陷阱。 另外,NestJS 本身是ORM 无感知的,有提供与各种 ORM 集成的模式(@nestjs/typeorm, @nestjs/prisma 或者自定义 Provider) …

  3. javascript - NestJS - How to use .env variables in main app module file ...

    Aug 6, 2020 · I am working on my first NestJS application, which was working fine with hardcoded database connecting string in app.module.ts. But then as per our requirements, I had to pick the …

  4. typescript - How to protect/require Authentication to access the NestJS ...

    49 Securing access to your Swagger with HTTP Basic Auth using NestJS with Express First run npm i express-basic-auth then add the following to your main.{ts,js}:

  5. bun compatibility with nestjs? - Stack Overflow

    Sep 11, 2023 · 22 I am currently having a project that uses nestjs and I was wondering how compatible is it with bun 1.0. I haven't found a clear answer on the internet and I don't want to transfer my project …

  6. implementing clean architecture in NestJS - Stack Overflow

    Jul 17, 2023 · recently I started a personal application using Angular 16 and NestJS as backend. I'm newbie with these technologies and I like all related with design patterns and architectural styles, so I …

  7. Unable to import ESM module in Nestjs - Stack Overflow

    Dec 16, 2022 · This Guide has good instructions how to do this for any typescript project. I tested it with NestJS and found these steps sufficient: add "type": "module" to your package.json change module …

  8. NestJS TypeORM Environment Variables Not Loading Despite dotenv ...

    Jun 29, 2025 · I'm working on a NestJS application with TypeORM and PostgreSQL. My environment variables are not being loaded when the application starts, even though I can see dotenv injecting …

  9. NestJS | Passport: TypeError: Cannot read properties of undefined ...

    Jan 9, 2022 · NestJS | Passport: TypeError: Cannot read properties of undefined (reading 'logIn') Asked 4 years ago Modified 3 years, 10 months ago Viewed 15k times

  10. 我是前端,然后想学这个nest.js请问这个有学到必要嘛? - 知乎

    首先结论,前端想自己写写后端,nest.js ok,而且学起来收益很大。前端想转后端,nest.js 不行。 nest.js像前端的angular一样是一个大而全的后端框架,翻翻文档就知道,基本上一个后端项目该有 …