Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-15T23:36:45.000Z (8 months ago)
- Last Synced: 2024-05-15T19:38:54.294Z (6 months ago)
- Topics: networking, protocols
- Language: C#
- Homepage:
- Size: 2.27 MB
- Stars: 4,017
- Watchers: 409
- Forks: 963
- Open Issues: 173
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-csharp - DotNetty - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. (Application Frameworks)
- awesome-dotnet-cn - DotNetty - DotNetty 是 Netty 的端口, 异步事件驱动的网络应用框架,用于快速开发可维护的高性能协议服务与客户端。 (应用框架)
- awesome-dotnet-core - DotNetty - Port of netty, event-driven asynchronous network application framework. (Frameworks, Libraries and Tools / Application Frameworks)
- awesome-dotnet - DotNetty - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. (Application Frameworks)
- awesome-dotnet - DotNetty - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. (Application Frameworks)
- awesome-dot-dev - DotNetty - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. (Application Frameworks)
- awsome-dotnet - DotNetty - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. (Application Frameworks)
- fucking-awesome-dotnet-core - DotNetty - Port of netty, event-driven asynchronous network application framework. (Frameworks, Libraries and Tools / Application Frameworks)
- awesome-dotnet - DotNetty - DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. (Application Frameworks)
- awesome-dotnet-core - DotNetty - Port of netty, event-driven asynchronous network application framework. (Frameworks, Libraries and Tools / Application Frameworks)
- awesome-dotnet-core - DotNetty - netty端口,事件驱动的异步网络应用程序框架。 (框架, 库和工具 / 应用程序框架)
README
# 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 [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.