You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has been created using the libraries NX for creating a monorepository of microservices. Each microservices has been built with the CLI of NX as a Nest.js microservice. They communicate with the client using the TCP protocol and the message pattern of Nest.js.
This project is a scaleable, production grade backend that utilizes monorepo & shared library, where microservices are connected using a TCP transport layer. It was made by following the Udemy course "NestJS Microservices" that was created by @mguay22.