Jc.WebSocket
1.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Jc.WebSocket --version 1.0.3
NuGet\Install-Package Jc.WebSocket -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jc.WebSocket" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jc.WebSocket --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jc.WebSocket, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jc.WebSocket as a Cake Addin #addin nuget:?package=Jc.WebSocket&version=1.0.3 // Install Jc.WebSocket as a Cake Tool #tool nuget:?package=Jc.WebSocket&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JcWebSocketServer
.net core webapi Websocket服务中间件
//启动方法
app.UseJcWebSocketServer(callBack);
//回调函数处理
void callBack(WebSocketState state,string token, string msg)
{
Console.WriteLine($"state:{state.ToString()}>token:{token}>msg:{msg}");
}
客户端 连接方式:
ws://ip:port?token=your token uuid
token:必选,每个连接者的唯一身份信息
token:只能是唯一,如果有重复 将关闭上一个链接
为指定Token发送消息
JcWebSocketServer.SendText(token,text)
为所有连接发送消息
JcWebSocketServer.SendText(text)
获取在线列表
JcWebSocketServer.GetUserList()
关闭指定Token链接
JcWebSocketServer.DisConnect(token)
WebSocket在线测试工具
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.AspNetCore.WebSockets (>= 2.2.1)
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 |
---|---|---|
1.3.21 | 80 | 11/14/2024 |
1.3.20 | 70 | 11/14/2024 |
1.3.19 | 298 | 3/15/2023 |
1.3.18 | 269 | 3/7/2023 |
1.3.17 | 359 | 11/16/2022 |
1.3.16 | 346 | 11/15/2022 |
1.2.16 | 379 | 11/12/2022 |
1.2.15 | 354 | 11/12/2022 |
1.2.14 | 364 | 11/12/2022 |
1.2.13 | 356 | 11/11/2022 |
1.2.12 | 362 | 11/9/2022 |
1.2.11 | 357 | 11/9/2022 |
1.0.11 | 491 | 9/14/2022 |
1.0.10 | 501 | 9/14/2022 |
1.0.9 | 444 | 6/14/2022 |
1.0.8 | 447 | 6/14/2022 |
1.0.7 | 446 | 5/13/2022 |
1.0.6 | 453 | 4/27/2022 |
1.0.5 | 455 | 3/19/2022 |
1.0.4 | 460 | 3/19/2022 |
1.0.3 | 475 | 3/8/2022 |
1.0.2 | 473 | 3/8/2022 |
1.0.1 | 465 | 3/8/2022 |