DotNetty.Codecs 0.2.0

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

// Install DotNetty.Codecs as a Cake Tool
#tool nuget:?package=DotNetty.Codecs&version=0.2.0

Common wire format codecs DotNetty.

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (116)

Showing the top 5 NuGet packages that depend on DotNetty.Codecs:

Package Downloads
DotNetty.Handlers

Application handlers for DotNetty

DotNetty.Codecs.Mqtt

MQTT codec for DotNetty

Hunter.NATS.Client

Package Description

Hunter.STAN.Client

Package Description

DotNetty.Codecs.Http

Http codec for DotNetty

GitHub repositories (20)

Showing the top 5 popular GitHub repositories that depend on DotNetty.Codecs:

Repository Stars
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
Azure/iotedge
The IoT Edge OSS project
blizzless/blizzless-diiis
Fully-functional open-source server implementation for Diablo 3
q315523275/FamilyBucket
集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用
ElderJames/shriek-fx
An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.
Version Downloads Last updated
0.7.6 12,654 3/25/2024
0.7.5 379,659 8/31/2022
0.7.4 14,633 8/5/2022
0.7.2 204,915 3/2/2022
0.7.0 2,926,636 8/3/2021
0.6.0 7,736,917 10/8/2018
0.5.0 236,785 8/16/2018
0.4.8 510,622 5/4/2018
0.4.7 428,120 11/6/2017
0.4.6 316,574 8/2/2017
0.4.5 62,003 5/18/2017
0.4.4 166,297 3/31/2017
0.4.3 78,660 3/22/2017
0.4.2 7,792 2/9/2017
0.4.1 14,257 1/26/2017
0.4.0 5,548 11/25/2016
0.3.2 9,702 6/22/2016
0.3.1 3,294 6/2/2016
0.3.0 2,498 5/14/2016
0.2.6 2,588 4/28/2016
0.2.5 2,233 4/15/2016
0.2.3 1,969 2/10/2016
0.2.2 2,417 1/31/2016
0.2.1 1,922 12/9/2015
0.2.0 1,897 11/17/2015
0.1.3 2,343 9/27/2015

- Proper Event Executor model port
- EmbeddedChannel
- Better test coverage for executor model and basic channel functionality
- Channel groups support
- Channel ID
- Complete `LengthFieldBasedFrameDecoder` and `LengthFieldPrepender`
- Resource leak detection support (basic is on by default for pooled byte buffers)
- Proper internal logging
- Reacher byte buffer API
- Proper utilities set for byte buffers, strings, system properties
- Performance improvements in SingleThreadEventExecutor