/nest-microservices

Repo demonstrating the use of microservices with nestjs framework

Primary LanguageTypeScript

NestJS Microservice

Testing microservices with nestJS framework.

Architecture

  1. API Gateway - at the front line, responsible to dispatch all api calls to the right service. The API Gateway is a hybrid application, one that both listens for HTTP requests, as well as makes use of connected microservices.
  1. Microservices with and without auth access. Accessed through TCP messaging between API Gateway and Service...