DotNetty project – a port of netty, event-driven asynchronous network application framework
Перейти к файлу
Filip Stankovski e504c148b3 0.7.6 2024-02-09 12:57:35 -08:00
.nuget Created FAKE script for DotNetty 2015-08-12 22:08:54 -07:00
.vscode Set version to 0.4.4 2017-04-11 14:11:44 -07:00
examples Target fix: net5 -> net5.0, net6 -> net6.0 (#592) 2022-08-04 14:53:30 -07:00
shared SNI Support (ported netty SniHandler) (#219) 2017-03-29 02:27:53 -07:00
src 0.7.6 2024-02-09 12:57:35 -08:00
test Fix the issue of TLS handshake failure in .NET 8 environment. 2023-12-02 03:54:10 +08:00
tools resolved conflicts with ByteBufferUtil 2015-11-05 13:31:05 -08:00
.gitattributes HTTP 1.1 codec #52 (#256) 2018-04-11 09:31:39 -07:00
.gitignore Set version to 0.4.3 2017-03-21 17:15:21 -07:00
CONTRIBUTING.MD Fix broken Markdown headings (#237) 2017-04-25 11:17:14 -07:00
Directory.Build.targets Pickup some commits not related to Mono from #374 (#410) 2018-08-13 11:38:06 -07:00
DotNetty.sln [0.7.3] Target net5 and net6 (#588) 2022-08-02 16:37:48 -07:00
DotNetty.sln.DotSettings - target net472 and netstandard2.0 2021-07-16 18:04:31 -07:00
DotNetty.snk Move to .NET Core tooling (#170) 2016-11-07 17:50:24 -08:00
LICENSE.txt first commit 2015-07-16 01:41:06 -07:00
README.md Update README.md fixed Deadlink (#594) 2022-09-06 11:57:21 -07:00
RELEASE_NOTES.md 0.7.6 2024-02-09 12:57:35 -08:00
SECURITY.md Microsoft mandatory file (#590) 2022-08-04 11:59:50 -07:00
ThirdPartyNotices.txt first commit 2015-07-16 01:41:06 -07:00
after.DotNetty.sln.targets Pickup some commits not related to Mono from #374 (#410) 2018-08-13 11:38:06 -07:00
appveyor.yml change appveyor to support .net8 2023-12-29 22:48:27 +08:00
build.cake Target fix: net5 -> net5.0, net6 -> net6.0 (#592) 2022-08-04 14:53:30 -07:00
build.ps1 [0.7.3] Target net5 and net6 (#588) 2022-08-02 16:37:48 -07:00
build.sh set version to 0.4.8, update cake, fixed nuget reqs 2018-04-30 08:57:52 -07:00

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.