Currently, we're using NestJS specific TCP Communication Protocol to send and receive data from other services.
We want to migrate to using strictly gRPC for all internal communication between services.
REST can be used but only in areas where it is absolutely necessary.
Currently, we're using NestJS specific TCP Communication Protocol to send and receive data from other services. We want to migrate to using strictly gRPC for all internal communication between services.
REST can be used but only in areas where it is absolutely necessary.