DotNetty project – a port of netty, event-driven asynchronous network application framework
Перейти к файлу
Dimitris Deligiorgis 5bfd679ae5 mark GetUnadjustedFrameLength as virtual (#506) 2019-10-15 14:33:00 -07: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 set version to 0.6.0 (#435) 2018-10-10 09:16:51 -07:00
shared SNI Support (ported netty SniHandler) (#219) 2017-03-29 02:27:53 -07:00
src mark GetUnadjustedFrameLength as virtual (#506) 2019-10-15 14:33:00 -07:00
test set version to 0.6.0 (#435) 2018-10-10 09:16:51 -07: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 WebSocket support. (#400) 2018-08-13 10:58:52 -07:00
DotNetty.sln.DotSettings Channel pool (#313) 2018-02-15 09:55:06 -08: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 Add AppVeyor build status badge (#331) 2018-01-02 09:27:05 -08:00
RELEASE_NOTES.md set version to 0.6.0 (#435) 2018-10-10 09:16:51 -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.yaml Migrating to new .Net Core RC tooling (#192) 2017-02-09 02:30:48 -08:00
build.cake Transfer timeouts to the right buckets (#439) 2018-11-01 13:35:05 -07:00
build.ps1 set version to 0.4.8, update cake, fixed nuget reqs 2018-04-30 08:57:52 -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.