Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 526 Bytes

nuget-README.md

File metadata and controls

5 lines (3 loc) · 526 Bytes

SignalR.Kafka

An Apache Kafka backplane for ASP.NET Core SignalR

This project is largely based off of a fork of the SignalR Core Redis provider. It uses Kafka as the backplane to send SignalR messages between multiple servers, allowing for horizontal scaling of the SignalR implementation. The Confluent Kafka dotnet client is leveraged for publishing and consuming messages.