DotNetty project – a port of netty, event-driven asynchronous network application framework
Перейти к файлу
Johnny Z d77bc29389 Unsafe direct buffers. (#316) 2017-12-20 10:41:36 -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 Libuv based tcp transport. (#270) 2017-10-02 16:10:14 -07:00
shared SNI Support (ported netty SniHandler) (#219) 2017-03-29 02:27:53 -07:00
src Unsafe direct buffers. (#316) 2017-12-20 10:41:36 -08:00
test Unsafe direct buffers. (#316) 2017-12-20 10:41:36 -08:00
tools resolved conflicts with ByteBufferUtil 2015-11-05 13:31:05 -08:00
.gitattributes first commit 2015-07-16 01:41:06 -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
DotNetty.sln Libuv based tcp transport. (#270) 2017-10-02 16:10:14 -07:00
DotNetty.sln.DotSettings Reformatting redis and proto buf codecs and UDP transport code. (#177) 2016-12-01 17:20:05 -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 Fix broken Markdown headings (#237) 2017-04-25 11:17:14 -07:00
RELEASE_NOTES.md set version to 0.4.6 2017-08-02 15:39:00 -07:00
ThirdPartyNotices.txt first commit 2015-07-16 01:41:06 -07:00
appveyor.yaml Migrating to new .Net Core RC tooling (#192) 2017-02-09 02:30:48 -08:00
build.cake Re align with Netty buffers. (#287) 2017-09-15 11:32:11 -07:00
build.ps1 Follow up .NET tooling to upgraded packages to latest stable version 2017-03-21 15:03:36 -07:00
build.sh Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -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

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.