Info
Version: | 7.24.8.4 |
Author(s): | yswenli |
Last Update: | Sunday, August 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yswenli/SAEA |
NuGet Url: | https://www.nuget.org/packages/SAEA.Sockets |
Install
Install-Package SAEA.Sockets
dotnet add package SAEA.Sockets
paket add SAEA.Sockets
SAEA.Sockets Download (Unzip the "nupkg" after downloading)
Dependencies
- SAEA.Common(>= 6.1.2.2)
- Pipelines.Sockets.Unofficial(>= 2.2.0)
- System.IO.Pipelines(>= 5.0.1)
Tags
SAEA.Socket是一个高性能IOCP框架,基于.dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
https://github.com/yswenli/SAEA.