Top 20 NuGet Packages depending on DotNetty.Common

Total dependencies: 47

Application handlers for DotNetty
Transport model in DotNetty
General purpose codecs for DotNetty
Buffer management in DotNetty
MQTT codec for DotNetty
The Lightstreamer .Net Standard Client SDK allows to subscribe to real-time data pushed by a Lightstreamer server and to send any message to the server. The library offers automatic recovery from connection failures, automatic selection of the best available transport, and full decoupling of subscri...
SharpPulsar is Apache Pulsar Client built using Akka.net
Libuv transport model in DotNetty
请在最终运行的项目中配置服务端参数,文件名规则为:*.cloud.server.config.json,以下为参考配置: { //协议配置,可以是单个对象,或数组 //可以不填写 "protocol": [ { //名称,可以不填写 "name": "default", //数据,不填写默认为json "data": { //类型:json,xml,treePackage,soap,custom ...
Protobuf Proto3 codec for DotNetty
ProtocolBuffers Proto2 codec for DotNetty
dotnet core rpc framwork base dotnetty
Sample SDK for Azure IoT Hub use in .NET.
Http codec for DotNetty
Redis codec for DotNetty
A RPC Framework Based On DotNetty
Package Description
dotbpe是一款基于CSharp编写的RPC框架,但是它的目标不仅仅只是解决rpc的问题,而是解决整个业务解决方案的问题,封装在常见的项目产品开发中的通用组件,让开发人员只专注于开发业务逻辑代码。底层通信默认实现基于DotNetty,可替换成其他Socket通信组件。dotbpe使用的默认协议名称叫Amp,编解码使用谷歌的Protobuf3,不过这些默认实现都是可以替换的。