CK.AspNet.ActorChannel
1.0.0
dotnet add package CK.AspNet.ActorChannel --version 1.0.0
NuGet\Install-Package CK.AspNet.ActorChannel -Version 1.0.0
<PackageReference Include="CK.AspNet.ActorChannel" Version="1.0.0" />
<PackageVersion Include="CK.AspNet.ActorChannel" Version="1.0.0" />
<PackageReference Include="CK.AspNet.ActorChannel" />
paket add CK.AspNet.ActorChannel --version 1.0.0
#r "nuget: CK.AspNet.ActorChannel, 1.0.0"
#:package CK.AspNet.ActorChannel@1.0.0
#addin nuget:?package=CK.AspNet.ActorChannel&version=1.0.0
#tool nuget:?package=CK.AspNet.ActorChannel&version=1.0.0
Binds the connections of the application-wide WebSocket channel to their actor, so that a feature can push a typed message to every connection of a given user. The socket is anonymous and returns a connection identifier; the identity is bound afterwards by an authenticated Cris command carrying that identifier, so no token ever transits through the socket URL.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- CK.AspNet.WebSocketChannel (>= 22.0.0)
- CK.Cris.Auth (>= 1.0.0)
- CK.Cris.Typescript (>= 1.0.0)
- CK.TS.AspNet.WebSocketChannel (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CK.AspNet.ActorChannel:
| Package | Downloads |
|---|---|
|
CK.Ng.AspNet.ActorChannel
Angular support of the actor channel: provides the one ActorChannel of the application and binds it to the authenticated actor. A feature injects it and registers its message types; it never constructs one. |
GitHub repositories
This package is not used by any popular GitHub repositories.