Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 302 Bytes

Communication between Services

Playing around communication options between two services build on top of .NET 5

This is a monorepo containing two services and their kubernetes deployment files. These two services communicate with one another using -

  • HTTP (Sync)
  • Grpc (Sync)
  • RabbitMQ (Async)