DotNetty.Common
0.3.2
See the version list below for details.
dotnet add package DotNetty.Common --version 0.3.2
NuGet\Install-Package DotNetty.Common -Version 0.3.2
<PackageReference Include="DotNetty.Common" Version="0.3.2" />
<PackageVersion Include="DotNetty.Common" Version="0.3.2" />
<PackageReference Include="DotNetty.Common" />
paket add DotNetty.Common --version 0.3.2
#r "nuget: DotNetty.Common, 0.3.2"
#addin nuget:?package=DotNetty.Common&version=0.3.2
#tool nuget:?package=DotNetty.Common&version=0.3.2
DotNetty is a port of netty framework. It is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
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. |
This package has no dependencies.
NuGet packages (60)
Showing the top 5 NuGet packages that depend on DotNetty.Common:
Package | Downloads |
---|---|
DotNetty.Buffers
Buffer management in DotNetty |
|
DotNetty.Transport
Transport model in DotNetty |
|
DotNetty.Codecs
General purpose codecs for DotNetty |
|
DotNetty.Handlers
Application handlers for DotNetty |
|
Microsoft.Azure.Devices.Client
Device SDK for Azure IoT Hub |
GitHub repositories (16)
Showing the top 16 popular GitHub repositories that depend on DotNetty.Common:
Repository | Stars |
---|---|
blizzless/blizzless-diiis
Fully-functional open-source server implementation for Diablo 3
|
|
Azure/azure-iot-sdk-csharp
A C# SDK for connecting devices to Microsoft Azure IoT services
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
Coldairarrow/DotNettySocket
An Easy Socket(TcpSocket,WebSocket,UdpSocket) Framework Based On DotNetty
|
|
Azure/azure-iot-protocol-gateway
Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
|
|
Coldairarrow/Coldairarrow.Fx.Net.Easyui.GitHub
A Web Rapid Development Framework For .NET4.52
|
|
wxzz/CSharpFlink
a real-time computing framework
|
|
Coldairarrow/DotNettyRPC
A RPC Framework Based On DotNetty
|
|
retroroyale/ClashRoyale
A .NET Core Clash Royale Server
|
|
l42111996/csharp-kcp
基于c#的dotNetty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
|
|
wjkhappy14/Abp.VNext.Hello
Abp.VNext.Hello
|
|
mpostol/OPC-UA-OOI
Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
|
|
qiuqiuqiu131/SukiChat.Client
|
|
VitalikObject/BrawlStars-Server
First open source Brawl Stars server by Mr Vitalik and PhoenixFire
|
|
Kaioru/Edelstein
A v.95.1 Mushroom game server emulator written in C# .NET
|
|
Azure-Samples/service-fabric-dotnet-iot
An end-to-end sample that demonstrates an IoT application combining Service Fabric with other Azure services.
|
Version | Downloads | Last updated |
---|---|---|
0.7.6 | 1,708,803 | 3/25/2024 |
0.7.5 | 806,018 | 8/31/2022 |
0.7.4 | 43,358 | 8/5/2022 |
0.7.2 | 232,668 | 3/1/2022 |
0.7.1 | 3,228,446 | 12/16/2021 |
0.7.0 | 879,442 | 8/3/2021 |
0.6.0 | 8,664,820 | 10/8/2018 |
0.5.0 | 235,272 | 8/16/2018 |
0.4.8 | 528,084 | 5/4/2018 |
0.4.7 | 529,752 | 11/6/2017 |
0.4.6 | 337,164 | 8/2/2017 |
0.4.5 | 67,499 | 5/18/2017 |
0.4.4 | 173,580 | 3/31/2017 |
0.4.3 | 84,117 | 3/22/2017 |
0.4.2 | 10,110 | 2/9/2017 |
0.4.1 | 16,529 | 1/26/2017 |
0.4.0 | 7,950 | 11/25/2016 |
0.3.2 | 9,703 | 6/22/2016 |
0.3.1 | 5,424 | 6/2/2016 |
0.3.0 | 4,739 | 5/14/2016 |
0.2.6 | 4,734 | 4/28/2016 |
0.2.5 | 4,483 | 4/15/2016 |
0.2.3 | 5,135 | 2/10/2016 |
0.2.2 | 5,688 | 1/31/2016 |
0.2.1 | 5,280 | 12/9/2015 |
0.2.0 | 4,662 | 11/17/2015 |
0.1.3 | 5,464 | 9/27/2015 |
- Better API alignment with final version of netty 4.1 (#125).
- Exposed API for flexible TlsHandler initialization (#132, #134).