DotNetty.Codecs
0.1.3
See the version list below for details.
dotnet add package DotNetty.Codecs --version 0.1.3
NuGet\Install-Package DotNetty.Codecs -Version 0.1.3
<PackageReference Include="DotNetty.Codecs" Version="0.1.3" />
paket add DotNetty.Codecs --version 0.1.3
#r "nuget: DotNetty.Codecs, 0.1.3"
// Install DotNetty.Codecs as a Cake Addin #addin nuget:?package=DotNetty.Codecs&version=0.1.3 // Install DotNetty.Codecs as a Cake Tool #tool nuget:?package=DotNetty.Codecs&version=0.1.3
Common wire format codecs DotNetty.
Product | Versions 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. |
-
- DotNetty.Transport (>= 0.1.3)
NuGet packages (120)
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 |
|
DotNetty.Codecs.Http
Http codec for DotNetty |
|
Hunter.NATS.Client
Package Description |
|
Hunter.STAN.Client
Package Description |
GitHub repositories (19)
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
|
|
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.
|
|
grissomlau/jimu
.netcore micro service framework
|
Version | Downloads | Last updated |
---|---|---|
0.7.6 | 656,589 | 3/25/2024 |
0.7.5 | 602,724 | 8/31/2022 |
0.7.4 | 16,426 | 8/5/2022 |
0.7.2 | 209,663 | 3/2/2022 |
0.7.0 | 3,501,929 | 8/3/2021 |
0.6.0 | 8,306,165 | 10/8/2018 |
0.5.0 | 240,453 | 8/16/2018 |
0.4.8 | 515,230 | 5/4/2018 |
0.4.7 | 440,471 | 11/6/2017 |
0.4.6 | 326,995 | 8/2/2017 |
0.4.5 | 62,952 | 5/18/2017 |
0.4.4 | 168,006 | 3/31/2017 |
0.4.3 | 79,797 | 3/22/2017 |
0.4.2 | 7,958 | 2/9/2017 |
0.4.1 | 14,393 | 1/26/2017 |
0.4.0 | 5,734 | 11/25/2016 |
0.3.2 | 9,803 | 6/22/2016 |
0.3.1 | 3,405 | 6/2/2016 |
0.3.0 | 2,610 | 5/14/2016 |
0.2.6 | 2,693 | 4/28/2016 |
0.2.5 | 2,302 | 4/15/2016 |
0.2.3 | 2,029 | 2/10/2016 |
0.2.2 | 2,720 | 1/31/2016 |
0.2.1 | 1,979 | 12/9/2015 |
0.2.0 | 1,959 | 11/17/2015 |
0.1.3 | 2,483 | 9/27/2015 |
- Fixed `TcpSocketChannel` closure on graceful socket closure
- Better alignment of IChannel implementations to netty's expected behavior for `Open`, `Active`, `LocalAddress`, `RemoteAddress`
- Proper port of `Default/IChannelPipeline` and `AbstractChannelHandlerContext` to enable channel handlers to run on different invoker.