CK.AspNet.ActorChannel
0.0.1
See the version list below for details.
dotnet add package CK.AspNet.ActorChannel --version 0.0.1
NuGet\Install-Package CK.AspNet.ActorChannel -Version 0.0.1
<PackageReference Include="CK.AspNet.ActorChannel" Version="0.0.1" />
<PackageVersion Include="CK.AspNet.ActorChannel" Version="0.0.1" />
<PackageReference Include="CK.AspNet.ActorChannel" />
paket add CK.AspNet.ActorChannel --version 0.0.1
#r "nuget: CK.AspNet.ActorChannel, 0.0.1"
#:package CK.AspNet.ActorChannel@0.0.1
#addin nuget:?package=CK.AspNet.ActorChannel&version=0.0.1
#tool nuget:?package=CK.AspNet.ActorChannel&version=0.0.1
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 | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- CK.AspNet.WebSocketChannel (>= 21.0.2)
- CK.Cris.Auth (>= 0.43.2)
- CK.Cris.Typescript (>= 0.55.3)
- CK.TS.AspNet.WebSocketChannel (>= 0.31.3)
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.