CK.AspNet.WebSocket
22.0.0
dotnet add package CK.AspNet.WebSocket --version 22.0.0
NuGet\Install-Package CK.AspNet.WebSocket -Version 22.0.0
<PackageReference Include="CK.AspNet.WebSocket" Version="22.0.0" />
<PackageVersion Include="CK.AspNet.WebSocket" Version="22.0.0" />
<PackageReference Include="CK.AspNet.WebSocket" />
paket add CK.AspNet.WebSocket --version 22.0.0
#r "nuget: CK.AspNet.WebSocket, 22.0.0"
#:package CK.AspNet.WebSocket@22.0.0
#addin nuget:?package=CK.AspNet.WebSocket&version=22.0.0
#tool nuget:?package=CK.AspNet.WebSocket&version=22.0.0
WebSocket server infrastructure: pipe-based duplex transport, message protocols and per-connection dispatchers, mounted as a plain middleware - no endpoint routing (UseRouting) required. Logs through the request scoped IActivityMonitor. See README.md for origin and license.
| 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.ActivityMonitor.SimpleSender (>= 27.0.0)
- CK.AspNet (>= 22.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CK.AspNet.WebSocket:
| Package | Downloads |
|---|---|
|
CK.AspNet.WebSocketChannel
Single WebSocket channel shared by every feature of an application: one anonymous socket per client, a process singleton that owns all the connections and exposes them through perfect events, and a {topic,message} envelope that routes each frame to the feature that registered the topic. The TypeScript client lives in CK.TS.AspNet.WebSocketChannel. |
GitHub repositories
This package is not used by any popular GitHub repositories.