DotBPE 0.1.60-alpha

This is a prerelease version of DotBPE.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DotBPE --version 0.1.60-alpha
NuGet\Install-Package DotBPE -Version 0.1.60-alpha
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="DotBPE" Version="0.1.60-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotBPE --version 0.1.60-alpha
#r "nuget: DotBPE, 0.1.60-alpha"
#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 DotBPE as a Cake Addin
#addin nuget:?package=DotBPE&version=0.1.60-alpha&prerelease

// Install DotBPE as a Cake Tool
#tool nuget:?package=DotBPE&version=0.1.60-alpha&prerelease

dotbpe是一款基于CSharp编写的RPC框架,但是它的目标不仅仅只是解决rpc的问题,而是解决整个业务解决方案的问题,封装在常见的项目产品开发中的通用组件,让开发人员只专注于开发业务逻辑代码。底层通信默认实现基于DotNetty,可替换成其他Socket通信组件。dotbpe使用的默认协议名称叫Amp,编解码使用谷歌的Protobuf3,不过这些默认实现都是可以替换的。

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

C# RPC Lib