SAEA.Sockets 7.25.2.19

dotnet add package SAEA.Sockets --version 7.25.2.19
                    
NuGet\Install-Package SAEA.Sockets -Version 7.25.2.19
                    
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="SAEA.Sockets" Version="7.25.2.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SAEA.Sockets" Version="7.25.2.19" />
                    
Directory.Packages.props
<PackageReference Include="SAEA.Sockets" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SAEA.Sockets --version 7.25.2.19
                    
#r "nuget: SAEA.Sockets, 7.25.2.19"
                    
#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.
#:package SAEA.Sockets@7.25.2.19
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SAEA.Sockets&version=7.25.2.19
                    
Install as a Cake Addin
#tool nuget:?package=SAEA.Sockets&version=7.25.2.19
                    
Install as a Cake Tool

SAEA.Socket is a high-performance IOCP framework based on.dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc.
SAEA.Socket是一个高性能IOCP框架,基于.dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
https://github.com/yswenli/SAEA

Product 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.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on SAEA.Sockets:

Package Downloads
SAEA.Http

This is a web component based on SAEA.Sockets. It is lightweight, high performance, easy to use and self hosting. 这是一个基于SAEA.Sockets的web组件,轻量高性能,使用简便,自宿主。https://github.com/yswenli/SAEA/tree/master/Src/SAEA.HttpTest。

SAEA.MVC

This is a web component based on SAEA.Sockets. It is lightweight, high performance, easy to use and self hosting. 这是一个基于SAEA.Sockets的web组件,轻量高性能,使用简便,自宿主。https://github.com/yswenli/SAEA/tree/master/Src/SAEA.MVCTest。

SAEA.RedisSocket

This is a high-performance redis driver based on SAEA.Sockets, supporting redis cluster. 这是一个基于SAEA.Sockets的redis 高性能驱动,支持redis cluster https://github.com/yswenli/SAEA

SAEA.WebSocket

This is a websocket server and client component based on SAEA.Socket. 这是基于SAEA.Socket的websocket服务器、客户端组件 https://github.com/yswenli/SAEA

SAEA.RPC

This is a SAEA. Sockets-based RPC component, portable and efficient, far superior performance to similar products, easy to use, a few lines of code can be implemented. 这是一个基于SAEA.Sockets的rpc组件,轻便高效,性能远超同类产品,简单易用,几行代码就能实现 https://github.com/yswenli/SAEA

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SAEA.Sockets:

Repository Stars
yswenli/GFF
GFF is a imitation QQ communication project, based on high IOCP. GFF是模仿QQ通讯项目,通信基于SAEA.MessageSocket、SAEA.Http、SAEA.MVC实现
Version Downloads Last Updated
7.25.2.19 667 2/19/2025
7.25.2.18 410 2/18/2025
7.25.2.13 423 2/13/2025
7.25.2.11 460 2/11/2025
7.24.8.4 486 8/4/2024
7.23.9.24 1,146 9/24/2023
7.0.3.19 2,047 3/19/2023
7.0.0.3 7,099 2/27/2022
7.0.0.2 2,398 12/5/2021
7.0.0.1 2,301 11/28/2021
6.2.6.7 3,747 9/19/2021
6.2.6.6 2,661 8/15/2021
6.2.6.5 2,541 8/10/2021
6.2.6.4 2,587 7/11/2021
6.2.6.3 2,607 4/22/2021
6.2.6.2 2,658 4/17/2021
6.2.6.1 2,883 4/17/2021
6.1.3.1 2,611 4/10/2021
6.1.2.9 2,563 4/3/2021
6.1.2.8 2,550 3/23/2021
6.1.2.7 2,638 3/12/2021
6.1.2.6 2,698 3/11/2021
6.1.2.4 2,733 3/4/2021
6.1.2.3 2,626 3/3/2021
6.1.2.2 3,437 1/15/2021
6.1.2.1 2,448 1/15/2021
6.1.1.8 2,626 1/13/2021
6.0.0.2 2,909 1/5/2021
6.0.0.1 2,659 12/30/2020
5.3.5.1 2,929 12/7/2020
5.3.3.9 2,657 11/25/2020
5.3.3.8 3,176 10/13/2020
5.3.3.7 3,222 9/7/2020
5.3.3.5 3,083 8/27/2020
5.3.3.3 2,760 8/22/2020
5.3.3.2 2,878 8/18/2020
5.3.3.1 2,884 8/18/2020
5.3.3 2,690 8/17/2020
5.3.2.8 3,038 6/18/2020
5.3.2.7 2,911 6/16/2020
5.3.2.6 2,860 6/15/2020
5.3.2.5 2,929 6/11/2020
5.3.2.3 2,978 6/4/2020
5.3.2.2 2,693 6/2/2020
5.3.2.1 2,916 4/28/2020
5.3.2 3,078 1/7/2020
5.3.1.3 3,549 12/17/2019
5.3.0.2 2,926 12/12/2019
5.3.0.1 2,985 12/8/2019
5.2.1.8 3,527 11/26/2019
5.2.1.6 2,814 11/23/2019
5.2.0.1 2,882 11/17/2019
5.1.8.2 2,705 11/3/2019
5.1.7.6 2,793 9/27/2019
5.1.7.5 2,667 9/16/2019
5.1.6.8 3,307 8/28/2019
5.0.0.2 2,775 8/24/2019
5.0.0.1 2,738 8/24/2019
4.8.6.6 2,805 8/13/2019
4.6.3.5 3,295 8/5/2019
4.6.3.2 2,735 7/24/2019
4.6.3.1 2,728 7/24/2019
4.5.6.8 2,849 6/15/2019
4.5.6.7 2,501 6/14/2019
4.5.1.2 2,913 4/21/2019
4.3.3.7 2,933 4/20/2019
4.3.2.5 4,311 3/26/2019
4.3.1.2 3,191 3/21/2019
4.2.5.6 2,789 3/16/2019
4.2.4.5 2,699 3/13/2019
4.2.3.6 3,098 3/13/2019
4.2.3.1 2,734 3/12/2019
4.2.1.6 2,722 3/10/2019
4.1.2.5 3,002 2/24/2019
4.1.2.3 2,741 2/15/2019
4.1.2.2 2,875 2/11/2019
4.0.0.1 2,837 1/25/2019
3.6.2.2 2,808 12/27/2018
3.6.2.1 2,746 12/27/2018
3.6.1.5 2,735 12/27/2018
3.6.0.1 2,697 12/26/2018
3.5.9.1 2,704 12/14/2018
3.3.3.5 2,864 11/27/2018
3.3.3.4 2,720 11/27/2018
3.3.3.3 2,840 11/23/2018
3.3.3.1 3,123 11/21/2018
3.3.1.2 2,842 11/17/2018
3.3.0.1 2,785 11/14/2018
3.2.1.1 2,845 10/30/2018
3.1.1 2,796 10/29/2018
3.1.0 2,757 10/29/2018
3.0.0.1 3,155 10/28/2018
2.2.2.1 2,666 10/26/2018
2.2.2 2,307 10/24/2018
2.2.1.1 2,807 10/19/2018
2.2.0 2,649 10/11/2018
2.1.5.1 2,869 10/9/2018
2.1.5 2,632 10/8/2018
2.1.4 1,609 10/1/2018
2.1.1 2,853 9/29/2018
2.1.0 2,511 9/21/2018
2.0.0 2,475 9/20/2018

SAEA.Socket is a high-performance IOCP framework based on.dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc.
SAEA.Socket是一个高性能IOCP框架,基于.dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
https://github.com/yswenli/SAEA