Neon.SignalR
4.0.13-preview.11
dotnet add package Neon.SignalR --version 4.0.13-preview.11
NuGet\Install-Package Neon.SignalR -Version 4.0.13-preview.11
<PackageReference Include="Neon.SignalR" Version="4.0.13-preview.11" />
paket add Neon.SignalR --version 4.0.13-preview.11
#r "nuget: Neon.SignalR, 4.0.13-preview.11"
// Install Neon.SignalR as a Cake Addin #addin nuget:?package=Neon.SignalR&version=4.0.13-preview.11&prerelease // Install Neon.SignalR as a Cake Tool #tool nuget:?package=Neon.SignalR&version=4.0.13-preview.11&prerelease
Introduction
This package contains some useful abstractions for SignalR services.
SignalR Proxy
The SignalR Proxy enables sticky sessions for SignalR clients. It removes the need for a load balancer in front of your service. The proxy is a middleware that intercepts all requests to the SignalR hub and redirects them to the correct instance. This works by storing the upstream host in a cookie, allowing the backend service to be scaled up/down without causing clients to be disconnected which would happen with a hashing load balancer.
For this to work, the PeerAddress
must be an SRV
record.
In Kubernetes this can be achieved by using a headless service.
Configuration
builder.Services.AddSignalrProxy(options =>
{
options.PeerAddress = "my-headless-service.ns.svc.cluster.local";
options.Port = PORT;
});
app.UseSignalrProxy();
NATS backplane
The NATS bakplane enables a distributed SignalR service, using NATS as the message broker.
Configuration
builder.Services.AddSignalR()
.AddNats(options =>
{
options.Servers = new string[] { "nats.ns.svc.cluster.local" };
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- AsyncKeyedLock (>= 6.4.2)
- DnsClient (>= 1.7.0)
- MessagePack (>= 2.5.140)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 8.0.0)
- Microsoft.AspNetCore.SignalR.Client (>= 8.0.0)
- Microsoft.AspNetCore.SignalR.Protocols.MessagePack (>= 8.0.0)
- Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (>= 8.0.0)
- Microsoft.Net.Http.Headers (>= 2.2.8)
- NATS.Net (>= 2.2.1)
- Neon.Common (>= 4.0.13-preview.11)
- SlimCluster (>= 0.9.0)
- SlimCluster.Host (>= 0.9.0)
- SlimCluster.Serialization (>= 0.9.0)
- SlimCluster.Transport (>= 0.9.0)
- Yarp.ReverseProxy (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.13-preview.11 | 63 | 8/9/2024 |
4.0.13-preview.10 | 65 | 8/9/2024 |
4.0.13-preview.9 | 57 | 8/9/2024 |
4.0.13-preview.8 | 60 | 8/9/2024 |
4.0.13-preview.3 | 37 | 8/1/2024 |
4.0.12 | 49 | 7/30/2024 |
4.0.11-preview.6 | 47 | 7/30/2024 |
4.0.11-preview.4 | 68 | 7/3/2024 |
4.0.11-preview.3 | 53 | 6/15/2024 |
4.0.11-preview.2 | 72 | 6/7/2024 |
4.0.11-preview.1 | 52 | 6/6/2024 |
4.0.11-preview.0 | 60 | 6/3/2024 |
4.0.10 | 134 | 4/25/2024 |
4.0.10-preview.0 | 68 | 4/25/2024 |
4.0.9 | 99 | 4/25/2024 |
4.0.8 | 115 | 3/29/2024 |
4.0.7 | 107 | 3/22/2024 |
4.0.6 | 112 | 3/19/2024 |
4.0.5 | 114 | 3/17/2024 |
4.0.4 | 138 | 2/24/2024 |
4.0.4-rc.12 | 68 | 2/24/2024 |
4.0.4-rc.11 | 72 | 2/23/2024 |
4.0.4-rc.10 | 65 | 2/22/2024 |
4.0.4-rc.8 | 66 | 2/21/2024 |
4.0.4-rc.7 | 56 | 2/21/2024 |
4.0.4-rc.6 | 63 | 2/21/2024 |
4.0.4-rc.5 | 60 | 2/21/2024 |
4.0.4-rc.4 | 60 | 2/21/2024 |
4.0.4-rc.2 | 59 | 2/20/2024 |
4.0.4-rc.1 | 61 | 2/16/2024 |
4.0.3 | 124 | 2/15/2024 |
4.0.3-rc.2 | 57 | 2/15/2024 |
4.0.3-rc.1 | 59 | 2/15/2024 |
4.0.2 | 92 | 2/15/2024 |
4.0.1 | 136 | 2/14/2024 |
4.0.0 | 139 | 2/8/2024 |
4.0.0-rc.17 | 62 | 2/7/2024 |
4.0.0-rc.16 | 64 | 2/3/2024 |
4.0.0-rc.15 | 66 | 2/2/2024 |
4.0.0-rc.14 | 63 | 1/24/2024 |
4.0.0-rc.13 | 48 | 1/24/2024 |
4.0.0-rc.12 | 58 | 1/24/2024 |
4.0.0-rc.11 | 65 | 1/24/2024 |
4.0.0-rc.10 | 61 | 1/24/2024 |
4.0.0-rc.8 | 69 | 1/23/2024 |
4.0.0-rc.7 | 65 | 1/20/2024 |