NestJS First stpes
NestJS 공식 문서 Controller
NestJS 공식 문서 커스텀 데코레이터
Custom providers
Asynchronous providers
Dynamic modules // 미완성
Injection scopes
Circular dependency
Module reference
Lazy-loading modules
Execution context
Lifecycle Events
Platform agnosticism
Testing
Chaching
Serialization
Versioning
Task Scheduling
Queues
Logger
Compression
File upload
Streaming files
HTTP module
Session
Authentication
Model-View-Controller
Server-Sent Events
Rate Limiting
Swagger
Swagger : Types and parameters
NestJS WebSockets - Gateways
Adapters 웹소켓 모듈은 플랫폼에 독립적이기 때문에 WebSocketAdapter 인터페이스를 사용하여 자체 라이브러리를 가져올 수 있습니다. 이 인터페이스는 다음 표에 설명된 몇 가지 메서드를 구현하도록 강제합니다. create: 전달된 인수를 기반으로 소켓 인스턴스를 생성합니다. bindClientConnect: 클라이언트 연결 이벤트를 바인딩합...