TouchSocket 0.3.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package TouchSocket --version 0.3.5
NuGet\Install-Package TouchSocket -Version 0.3.5
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="TouchSocket" Version="0.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TouchSocket --version 0.3.5
#r "nuget: TouchSocket, 0.3.5"
#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 TouchSocket as a Cake Addin
#addin nuget:?package=TouchSocket&version=0.3.5

// Install TouchSocket as a Cake Tool
#tool nuget:?package=TouchSocket&version=0.3.5

这是一个轻量级的、支持插件的综合网络通信库。基础通信功能包含Tcp、Udp、Ssl、Rpc、Http等。其中http服务器支持WebSocket、静态网页、XmlRpc、WebApi、JsonRpc等扩展插件。和自定义协议的TouchRpc,支持Ssl加密、异步调用、权限管理、错误状态返回、服务回调、分布式调用等。在空载函数执行时,10万次调用仅3.8秒,在不返回状态时,仅0.9秒。

This is a lightweight, plug-in - enabled comprehensive network communication library. Basic communication functions include Tcp, Udp, Ssl, Rpc, and Http. HTTP server supports WebSocket, static web page, XmlRpc, WebApi, JsonRpc and other extension plug-ins. And custom protocol TouchRpc, support Ssl encryption, asynchronous call, permission management, error status return, service callback, distributed call, etc. It takes 3.8 seconds for 100,000 calls when the no-load function is executing, and 0.9 seconds when the state is not returned.

API:https://www.yuque.com/rrqm/touchsocket/index

特别说明:本程序集在源码里内嵌了Newtonsoft.Json 11.0.3,但为防止冲突,已修改其命名空间。
特此感谢其作者!!!
附带其Github:https://github.com/JamesNK/Newtonsoft.Json

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net5.0

    • No dependencies.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on TouchSocket:

Package Downloads
JGSteel.ZZ.MES.Core

Package Description

TouchSocketPro

【企业版】这是一个轻量级的、支持插件的综合网络通信库。基础通信功能包含Tcp、Udp、Ssl等。。 【Enterprise】This is a lightweight, plug-in - enabled comprehensive network communication library. Basic communication functions include Tcp, Udp, Ssl, Rpc。 说明文档:http://rrqm_home.gitee.io/touchsocket

ThingsGateway.Foundation

工业设备通讯协议-基础类库

TouchSocket.Http

这是一个基于Http1.1协议的组件库。它能提供Http服务器、客户端、以及WebSocket组件。功能上支持大文件下载、上传、以及多线程下载和断点续传,小文件form上传,WebApi声明和执行。所提供的Http客户端是基于连接的,可以捕获连接和断开连接等消息。 说明文档:http://rrqm_home.gitee.io/touchsocket

TouchSocket.NamedPipe

这是一个基于命名管道的组件库。它模仿Tcp封装了命名管道的服务器和客户端,以及连接、断开连接等消息。功能上实现了多管道名称监听、流式数据解析,以极致接近Tcp的体验使用命名管道。 说明文档:http://rrqm_home.gitee.io/touchsocket

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on TouchSocket:

Repository Stars
RRQM/TouchSocket
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的 Microsoft 技术,高性能稳定性和安全性
Version Downloads Last updated
2.0.3 191 4/14/2024
2.0.2 511 4/1/2024
2.0.1 943 3/16/2024
2.0.0 1,592 3/9/2024
2.0.0-rc.2 297 3/7/2024
2.0.0-beta.280 59 3/2/2024
1.3.9 8,523 7/12/2023
1.3.0 21,280 3/1/2023
1.2.18 1,478 2/27/2023
1.1.1 1,701 1/13/2023
1.0.1 1,633 1/9/2023
1.0.0 2,232 12/31/2022
0.7.7 2,319 12/3/2022
0.7.4 3,502 9/30/2022
0.7.2 4,007 9/25/2022
0.6.2 1,886 9/14/2022
0.5.4 1,459 9/7/2022
0.4.5 1,738 8/24/2022
0.3.5 1,711 8/12/2022
0.2.4 1,444 7/30/2022
0.1.4 1,761 7/19/2022