/Messaging-In-Distributed-Systems

Code for all the messaging-related concepts/patterns described on YouTube during "Messaging in Distributed Systems" series.

Primary LanguageC#

thumbnail

Messaging In Distributed Systems

Code for all the messaging-related concepts/patterns described on YouTube during "Messaging in Distributed Systems" series.

Episodes

The implementation process can be found on our DevMentors YouTube channel:

Requirements

To start the infrastructure via Docker, type the following command at the compose directory:

docker compose -f infrastructure.yml up -d

Each application can be started separately using dotnet CLI or your favorite IDE.