# DotNettyNative **Repository Path**: stoneson/dot-netty-native ## Basic Information - **Project Name**: DotNettyNative - **Description**: 将微软的Azure/DotNetty 代码重新整理,可以直接在.net core 3.1 版本中使用。为了减少引用并将多个类库合并到一个项目中,加了些扩展类 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2021-04-07 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: utils **Tags**: None ## README # DotNettyNative #### 介绍 将微软的Azure/DotNetty 代码重新整理,修改成.net netstandard2.0,可以直接在.net core 3.1 版本中使用。为了减少引用并将多个类库合并到一个项目中,加了些扩展类 # DotNetty Project [![Join the chat at https://gitter.im/Azure/DotNetty](https://img.shields.io/gitter/room/Azure/DotNetty.js.svg?style=flat-square)](https://gitter.im/Azure/DotNetty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Available on NuGet https://www.nuget.org/packages?q=DotNetty](https://img.shields.io/nuget/v/DotNetty.Common.svg?style=flat-square)](https://www.nuget.org/packages?q=DotNetty) [![AppVeyor](https://img.shields.io/appveyor/ci/nayato/dotnetty.svg?label=appveyor&style=flat-square)](https://ci.appveyor.com/project/nayato/dotnetty) DotNetty is a port of [Netty](https://github.com/netty/netty), asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. ## Use * Official releases are on [NuGet](https://www.nuget.org/packages?q=DotNetty). * Nightly builds are available on [MyGet](https://www.myget.org/F/dotnetty/api/v2/). ## Contribute We gladly accept community contributions. * Issues: Please report bugs using the Issues section of GitHub * Source Code Contributions: * Please follow the [Contribution Guidelines for Microsoft Azure](http://azure.github.io/guidelines.html) open source that details information on onboarding as a contributor * See [C# Coding Style](https://github.com/Azure/DotNetty/wiki/C%23-Coding-Style) for reference on coding style.