Concept Flow - Hybrid applications
Start NestJS App
Create HTTP Server
Create Microservice Server
Combine Servers in Hybrid App
Listen to HTTP Requests
Listen to Microservice Messages
Handle Requests & Messages
Shutdown Servers
The NestJS hybrid app starts by creating both HTTP and microservice servers, then combines them to listen and handle requests simultaneously.