Skip to content
DotNetty project – a port of netty, event-driven asynchronous network application framework
C# Other
  1. C# 99.8%
  2. Other 0.2%
Branch: dev
Clone or download

Latest commit

onionhammer and nayato Fix ParseMachineId (#459)
Fix issue parsing manual machine id; fixes #458 - second parameter of `Substring` is 'length' not 'index'
Latest commit 47f5ec7 Jan 7, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.nuget Created FAKE script for DotNetty Aug 13, 2015
.vscode Set version to 0.4.4 Apr 11, 2017
examples set version to 0.6.0 (#435) Oct 10, 2018
shared SNI Support (ported netty SniHandler) (#219) Mar 29, 2017
src Fix ParseMachineId (#459) Oct 22, 2019
test Port all properties io.netty.recycler.* and related logic (#497) Oct 21, 2019
tools resolved conflicts with ByteBufferUtil Nov 5, 2015
.gitattributes HTTP 1.1 codec #52 (#256) Apr 11, 2018
.gitignore Set version to 0.4.3 Mar 22, 2017
CONTRIBUTING.MD Fix broken Markdown headings (#237) Apr 25, 2017
Directory.Build.targets Pickup some commits not related to Mono from #374 (#410) Aug 13, 2018
DotNetty.sln WebSocket support. (#400) Aug 13, 2018
DotNetty.sln.DotSettings Channel pool (#313) Feb 15, 2018
DotNetty.snk Move to .NET Core tooling (#170) Nov 8, 2016
LICENSE.txt first commit Jul 16, 2015
README.md Add AppVeyor build status badge (#331) Jan 2, 2018
RELEASE_NOTES.md set version to 0.6.0 (#435) Oct 10, 2018
ThirdPartyNotices.txt first commit Jul 16, 2015
after.DotNetty.sln.targets Pickup some commits not related to Mono from #374 (#410) Aug 13, 2018
appveyor.yaml Migrating to new .Net Core RC tooling (#192) Feb 9, 2017
build.cake Transfer timeouts to the right buckets (#439) Nov 1, 2018
build.ps1 set version to 0.4.8, update cake, fixed nuget reqs Apr 30, 2018
build.sh set version to 0.4.8, update cake, fixed nuget reqs Apr 30, 2018

README.md

DotNetty Project

Join the chat at https://gitter.im/Azure/DotNetty Available on NuGet https://www.nuget.org/packages?q=DotNetty AppVeyor

DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

Use

  • Official releases are on NuGet.
  • Nightly builds are available on MyGet.

Contribute

We gladly accept community contributions.

You can’t perform that action at this time.