Imads608 / PokeHub-App

This is a clone of Pokemon Showdown with additional features. (This is sort of inactive for now)
0 stars 0 forks source link

Migrate Service-Service Communication to be gRPC instead of Nestjs TCP #42

Open Imads608 opened 2 years ago

Imads608 commented 2 years ago

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.