Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SignalR sqlServer listening

I've noticed there's a SignalR.SqlServer class on github. https://github.com/paigecook/SignalR/tree/master/SignalR.SqlServer

Wondering if I can use it to listen for database updates and send them to the client? If yes, is there any documentation/examples on this feature?

like image 931
user194076 Avatar asked May 19 '26 04:05

user194076


1 Answers

No you can't. This is an implementation of SignalR's IMessageBus on top of SQL Server. It allows you to use SignalR in a webfarm, using Sql server as the backplane to communicate messages to all webnodes.

like image 127
davidfowl Avatar answered May 20 '26 16:05

davidfowl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!