TouchSocket.Rpc
4.0.0-Alpha.1
Prefix Reserved
See the version list below for details.
dotnet add package TouchSocket.Rpc --version 4.0.0-Alpha.1
NuGet\Install-Package TouchSocket.Rpc -Version 4.0.0-Alpha.1
<PackageReference Include="TouchSocket.Rpc" Version="4.0.0-Alpha.1" />
<PackageVersion Include="TouchSocket.Rpc" Version="4.0.0-Alpha.1" />
<PackageReference Include="TouchSocket.Rpc" />
paket add TouchSocket.Rpc --version 4.0.0-Alpha.1
#r "nuget: TouchSocket.Rpc, 4.0.0-Alpha.1"
#:package TouchSocket.Rpc@4.0.0-Alpha.1
#addin nuget:?package=TouchSocket.Rpc&version=4.0.0-Alpha.1&prerelease
#tool nuget:?package=TouchSocket.Rpc&version=4.0.0-Alpha.1&prerelease
TouchSocket.Rpc
项目概述
TouchSocket.Rpc 是一个超轻量、高性能、可扩展的 Rpc 管理平台框架。借助该框架,开发者能够快速开发出 Rpc 执行功能。目前,已在此基础上扩展开发了 DmtpRpc、XmlRpc、JsonRpc、WebApi 等部分。
功能特性
- 轻量高效:框架设计简洁,资源占用少,能实现高效的 Rpc 调用。
- 可扩展性强:方便开发者根据需求扩展新的 Rpc 类型和功能。
- 多类型支持:支持 DmtpRpc、XmlRpc、JsonRpc、WebApi 等多种 Rpc 类型。
文档说明
详细的说明文档请访问:https://touchsocket.net/
支持的目标框架
- net481
- net462
- net472
- netstandard2.0
- netstandard2.1
- net6.0
- net9.0
- net8.0
贡献与反馈
如果你在使用过程中遇到问题或有任何建议,欢迎提交 issue 或参与项目贡献。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. 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 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 is compatible. |
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. |
-
.NETFramework 4.6.2
- TouchSocket.Core (>= 4.0.0-Alpha.1)
-
.NETFramework 4.7.2
- TouchSocket.Core (>= 4.0.0-Alpha.1)
-
.NETFramework 4.8.1
- System.Reflection.DispatchProxy (>= 4.7.1)
- TouchSocket.Core (>= 4.0.0-Alpha.1)
-
.NETStandard 2.0
- TouchSocket.Core (>= 4.0.0-Alpha.1)
-
.NETStandard 2.1
- TouchSocket.Core (>= 4.0.0-Alpha.1)
-
net6.0
- TouchSocket.Core (>= 4.0.0-Alpha.1)
-
net8.0
- TouchSocket.Core (>= 4.0.0-Alpha.1)
-
net9.0
- TouchSocket.Core (>= 4.0.0-Alpha.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on TouchSocket.Rpc:
Package | Downloads |
---|---|
TouchSocket.Dmtp
DMTP(Duplex Message Transport Protocol双工消息传输协议)是一个简单易用,便捷高效,且易于扩展的二进制数据协议。目前基于该协议,已实现的功能包括:连接验证、同步Id、Rpc(包括客户端请求服务器,服务器请求客户端、客户端请求客户端)、文件传输(包括客户端向服务器请求文件、客户端向服务器推送文件、服务器向客户端请求文件、服务器向客户端推送文件、 客户端之间请求、推送文件)、Redis等。 说明文档:https://touchsocket.net/ |
|
TouchSocket.WebApi
这是一个提供WebApi服务器和客户端的组件库。可以通过该组件创建WebApi服务解析器和客户端,让桌面端、Web端、移动端可以跨语言调用Rpc函数。功能支持自定义路由、Get传参、Post传参等。 说明文档:https://touchsocket.net/ |
|
TouchSocket.Rpc.RateLimiting
这是一个扩展于Rpc管理平台的限流包。目前支持开发DmtpRpc、XmlRpc、JsonRpc、WebApi等所有Rpc部分。 说明文档:https://touchsocket.net/ |
|
ThingsGateway.Plugin.Management
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
4.0.0-Alpha.13 | 13 | 8/3/2025 |
4.0.0-Alpha.12 | 107 | 7/27/2025 |
4.0.0-Alpha.11 | 366 | 7/21/2025 |
4.0.0-Alpha.10 | 188 | 7/20/2025 |
4.0.0-Alpha.1 | 107 | 7/17/2025 |
3.1.15 | 24 | 8/3/2025 |
3.1.14 | 367 | 7/20/2025 |
3.1.13 | 955 | 7/14/2025 |
3.1.12 | 1,497 | 7/8/2025 |
3.1.11 | 7,687 | 6/24/2025 |
3.1.10 | 1,354 | 6/23/2025 |
3.1.9 | 907 | 6/22/2025 |
3.1.8 | 3,606 | 6/15/2025 |
3.1.7 | 5,261 | 6/8/2025 |
3.1.6 | 2,524 | 6/2/2025 |
3.1.5 | 5,259 | 5/24/2025 |
3.1.4 | 2,502 | 5/20/2025 |
3.1.3 | 1,698 | 5/18/2025 |
3.1.2 | 2,563 | 5/11/2025 |
3.1.1 | 2,367 | 4/29/2025 |
3.1.0 | 1,845 | 4/26/2025 |
3.0.26 | 1,586 | 4/20/2025 |
3.0.25 | 2,074 | 4/12/2025 |
3.0.24 | 2,509 | 4/7/2025 |
3.0.23 | 968 | 4/6/2025 |
3.0.21 | 279 | 4/5/2025 |
3.0.20 | 3,456 | 3/30/2025 |
3.0.19 | 4,698 | 3/23/2025 |
3.0.18 | 3,631 | 3/16/2025 |
3.0.17 | 1,692 | 3/12/2025 |
3.0.16 | 1,727 | 3/9/2025 |
3.0.15 | 4,474 | 3/2/2025 |
3.0.14 | 5,213 | 2/15/2025 |
3.0.13 | 4,064 | 1/27/2025 |
3.0.12 | 3,563 | 1/19/2025 |
3.0.11 | 473 | 1/12/2025 |
3.0.10 | 957 | 1/5/2025 |
3.0.9 | 1,943 | 12/22/2024 |
3.0.8 | 1,213 | 12/15/2024 |
3.0.7 | 1,060 | 12/8/2024 |
3.0.6 | 796 | 12/1/2024 |
3.0.5 | 431 | 12/1/2024 |
3.0.4 | 833 | 11/24/2024 |
3.0.3 | 746 | 11/17/2024 |
3.0.2 | 401 | 11/15/2024 |
3.0.1 | 486 | 11/14/2024 |
3.0.0 | 471 | 11/13/2024 |
2.1.10 | 1,715 | 10/25/2024 |
2.1.0 | 690 | 9/15/2024 |
2.1.0-rc.37 | 99 | 9/13/2024 |
2.1.0-alpha.30 | 106 | 7/5/2024 |
2.1.0-alpha.29 | 65 | 7/5/2024 |
2.1.0-alpha.28 | 75 | 7/4/2024 |
2.1.0-alpha.27 | 74 | 7/3/2024 |
2.1.0-alpha.26 | 189 | 6/29/2024 |
2.1.0-alpha.24 | 84 | 6/28/2024 |
2.0.18 | 613 | 9/10/2024 |
2.0.17 | 784 | 8/30/2024 |
2.0.16 | 661 | 8/19/2024 |
2.0.15 | 697 | 8/9/2024 |
2.0.14 | 1,143 | 7/24/2024 |
2.0.13 | 353 | 7/23/2024 |
2.0.12 | 668 | 7/17/2024 |
2.0.11 | 530 | 7/12/2024 |
2.0.10 | 1,551 | 5/31/2024 |
2.0.0 | 656 | 3/9/2024 |
2.0.0-rc.2 | 92 | 3/7/2024 |
2.0.0-beta.280 | 150 | 3/2/2024 |