A progressive Node.js framework built with TS for backend.
| Spring Boot | NestJS |
|---|---|
| @Controller | @Controller |
| @Service | @Injectable |
| @Autowired | Constructor DI |
| Modules | Modules |
| Interceptors | Interceptors |
| Middleware | Middleware |
| Guards | Spring Security Filters |
| Pipes | Validation |
| ExceptionHandler | Exception Filters |