PreviousNext

Real-Time Messaging In A Distributed Architecture Using ABP, SingalR & RabbitMQ

by yekuta, 2020-06-15T08:32:03.290Z

In this article, we will build a basic real-time messaging application in a distributed architecture. We will use Abp Framework for infrastructure and tiered startup template, SignalR for real-time server-client communication and RabbitMQ as the distributed event bus.

Read More