https://github.com/azure/dotnetty
DotNetty project – a port of netty, event-driven asynchronous network application framework
https://github.com/azure/dotnetty
networking protocols
Last synced: 8 months ago
JSON representation
DotNetty project – a port of netty, event-driven asynchronous network application framework
- Host: GitHub
- URL: https://github.com/azure/dotnetty
- Owner: Azure
- License: other
- Created: 2015-05-08T16:41:53.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-25T15:34:32.000Z (over 1 year ago)
- Last Synced: 2025-05-11T05:44:56.086Z (8 months ago)
- Topics: networking, protocols
- Language: C#
- Homepage:
- Size: 2.27 MB
- Stars: 4,148
- Watchers: 403
- Forks: 990
- Open Issues: 175
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# DotNetty Project
[](https://gitter.im/Azure/DotNetty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.nuget.org/packages?q=DotNetty)
[](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 [Microsoft Azure Projects Contribution Guidelines](https://opensource.microsoft.com/collaborate) 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.