Rupam0710/Publisher-Subscriber-Pattern--Dotnet--API-and-Console-App--
The message broker is built as a Web API, and the subscriber is a console application. The Web API acts as an intermediary, managing subscriptions and relaying messages between publishers and subscribers. Publishers send messages to specific topics, which Web API broker distributes to all subscribed clients.
C#
No issues in this repository yet.