An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/rupam0710/publisher-subscriber-pattern--dotnet--api-and-console-app--

csharp dotnet publisher-subscriber publisher-subscriber-pattern

Last synced: 7 months ago
JSON representation

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.

Awesome Lists containing this project