Today i 12 hours to have about nestjs-microservices how to setup and perform operation how to make a connection between different services using TCP or gRPC ,RabbitMQ, Kafka ,Redis in different independent microservices.
how we use packages inside a monorepo for configuration for the different services instead of write separate configuration for each service
you can checkup my github if want to understad and clone microservices for your project instead of writing from scratch everytime use my repo: https://github.com/Saad-04/nestjs-microservice-RabbitMQ-kafka-redis-grpc
these are these architecture of full project
I cover these topics today
setting up packages based nx monorepo on pnpm workspace
building TCP based services (one gateway and two TCP based services )
building gRPC based services (one gateway and two gRPC based services )
building kafka/rabbit MQ based services (one gateway and two event driven services )
Top comments (0)