PulseRPC.Abstractions
1.1.21
dotnet add package PulseRPC.Abstractions --version 1.1.21
NuGet\Install-Package PulseRPC.Abstractions -Version 1.1.21
<PackageReference Include="PulseRPC.Abstractions" Version="1.1.21" />
<PackageVersion Include="PulseRPC.Abstractions" Version="1.1.21" />
<PackageReference Include="PulseRPC.Abstractions" />
paket add PulseRPC.Abstractions --version 1.1.21
#r "nuget: PulseRPC.Abstractions, 1.1.21"
#:package PulseRPC.Abstractions@1.1.21
#addin nuget:?package=PulseRPC.Abstractions&version=1.1.21
#tool nuget:?package=PulseRPC.Abstractions&version=1.1.21
PulseRPC
PulseRPC 是面向现代 .NET 与 Unity 的 TCP/KCP RPC 框架。
安装
按项目角色安装运行时包:
# 共享契约项目
dotnet add package PulseRPC.Abstractions
# 服务端项目
dotnet add package PulseRPC.Server
# 客户端项目
dotnet add package PulseRPC.Client
PulseRPC.Server 和 PulseRPC.Client 已携带各自的 Source Generator,无需另外安装生成器包。
通过 NuGetForUnity 安装 PulseRPC.Client 时,最低要求为 Unity 2022.3.12f1 / Roslyn 4.3;包内使用不依赖 IDE Workspaces/MEF 的 netstandard2.0 生成器构建。
唯一快速开始
完整、可运行并由 CI 端到端验证的黄金路径是三项目 HelloRPC:
HelloRPC 包含共享 Contracts、Server 和 Client,执行一次真实 TCP RPC 并校验返回值 Hello, PulseRPC!。
| Product | Versions 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 is compatible. 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- MemoryPack (>= 1.21.4)
- MemoryPack.Core (>= 1.21.4)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- System.CodeDom (>= 9.0.0)
- System.Collections.Immutable (>= 9.0.0)
- System.Diagnostics.DiagnosticSource (>= 9.0.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Threading.Channels (>= 9.0.0)
-
net10.0
- MemoryPack (>= 1.21.4)
- MemoryPack.Core (>= 1.21.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.4)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- System.CodeDom (>= 9.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on PulseRPC.Abstractions:
| Package | Downloads |
|---|---|
|
PulseRPC.Client
PulseRPC Client library with integrated ServiceDiscovery and LoadBalancing |
|
|
PulseRPC.Server
Unified Realtime/API framework for .NET platform and Unity. |
|
|
PulseRPC.Infrastructure
PulseRPC 集群服务发现共享基础设施:IDiscoveryProvider 抽象 + DiscoveryClusterMembership(同时实现 IClusterMembership 与 INodeEndpointResolver 的注册/监听/变更检测),供 Consul/Etcd/Kubernetes 等后端复用(§P8)。 |
|
|
PulseRPC.Shared
PulseRPC concrete transport implementations (TCP/KCP, buffer pools, framing) built on PulseRPC.Abstractions |
|
|
PulseRPC.Backplane.Redis
Redis-backed IPulseBackplane(pub/sub + 全局成员目录)与 IActorLeaseStore(CAS + TTL),用于 PulseRPC 多节点集群部署。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.21 | 34 | 7/21/2026 |
| 1.1.17 | 105 | 7/19/2026 |
| 1.1.16 | 117 | 7/18/2026 |
| 1.1.15 | 127 | 7/17/2026 |
| 1.1.12 | 187 | 7/16/2026 |
| 1.1.10 | 207 | 7/14/2026 |
| 1.1.9 | 238 | 7/12/2026 |
| 1.1.8 | 224 | 7/11/2026 |
| 1.1.7 | 221 | 7/11/2026 |
| 1.1.6 | 240 | 7/5/2026 |
| 1.1.5 | 189 | 7/5/2026 |
| 1.1.2 | 154 | 7/4/2026 |
| 1.0.33 | 4,243 | 1/23/2026 |
| 1.0.32 | 5,369 | 1/13/2026 |
| 1.0.30 | 5,826 | 1/10/2026 |
| 1.0.28 | 6,779 | 1/5/2026 |
| 1.0.26 | 6,768 | 1/4/2026 |
| 1.0.25 | 7,271 | 12/31/2025 |
| 1.0.24 | 7,766 | 12/28/2025 |
| 1.0.23 | 7,807 | 12/27/2025 |