AspNetCore.SignalR.AzureServiceBus
Provides scale-out support for ASP.NET Core SignalR using an Azure Service Bus topic to dispatch messages to all server instances.
Install / Use
/learn @thomaslevesque/AspNetCore.SignalR.AzureServiceBusREADME
AspNetCore.SignalR.AzureServiceBus
Provides scale-out support for ASP.NET Core SignalR using an Azure Service Bus topic to dispatch messages to all server instances.
How to use it
Install the AspNetCore.SignalR.AzureServiceBus package, and add this to your Startup.ConfigureServices method:
services.AddSignalR()
.AddAzureServiceBus(options =>
{
options.ConnectionString = "(your service bus connection string)";
options.TopicName = "(your topic name)";
});
See this blog post for details.
Related Skills
openhue
348.2kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
348.2kElevenLabs text-to-speech with mac-style say UX.
weather
348.2kGet current weather and forecasts via wttr.in or Open-Meteo
tweakcc
1.6kCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
