C00kieMonsta / nest-microservices

Repo demonstrating the use of microservices with nestjs framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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...

About

Repo demonstrating the use of microservices with nestjs framework


Languages

Language:TypeScript 86.3%Language:JavaScript 13.1%Language:Shell 0.6%