.NET websocket 实现简易、高性能、集群即时通讯组件,支持点对点通讯、群聊通讯、上线下线事件消息等众多实用性功能.
Info
Version: | 2.0.3 |
Author(s): | YeXiangQin |
Last Update: | Tuesday, August 2, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/2881099/im |
NuGet Url: | https://www.nuget.org/packages/ImCore |
Install
Install-Package ImCore
dotnet add package ImCore
paket add ImCore
ImCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- FreeRedis(>= 0.2.8)
- Newtonsoft.Json(>= 12.0.3)
- System.Memory(>= 4.5.4)
- System.ValueTuple(>= 4.5.0)
- FreeRedis(>= 0.2.8)
- Microsoft.AspNetCore.WebSockets(>= 2.2.1)
- Newtonsoft.Json(>= 12.0.3)
- System.Memory(>= 4.5.4)
- System.ValueTuple(>= 4.5.0)
Tags