зеркало из https://github.com/Azure/DotNetty.git
6fc89419c8
Motivation: Added/Ported Redis codec support into DotNetty Modifications: - Added Redis Codec project - Added Redis Codec unit test project. - Extra: Added DefaultByteBufferHolder to DotNetty.Buffers. - Extra: Added UnrealeasableByteBuffer to DotNetty.Buffers. Result: Redis codec supported by DotNetty. |
||
---|---|---|
.nuget | ||
examples | ||
shared | ||
src | ||
test | ||
tools | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTING.MD | ||
DotNetty.nuspec | ||
DotNetty.sln | ||
DotNetty.sln.DotSettings | ||
LICENSE.txt | ||
README.md | ||
RELEASE_NOTES.md | ||
ThirdPartyNotices.txt | ||
build.cmd | ||
build.fsx | ||
build.sh |
README.md
#DotNetty Project
DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
Use
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 open source that details information on onboarding as a contributor
- See C# Coding Style for reference on coding style.