DEV Community

Discussion on: Build an API Gateway with NestJs in 10 minutes

Collapse
 
mohamedbenlakhrech profile image
Mohamedbenlakhrech

Great tutorial !
But Nestjs offer the posibilty to use Hybrid Application that connect all microservices and can listen to coming http requests from an angular app for example.
The architecture is called "Backend for frontend" and in this architecture microservices can't communicate between each others