Skip to content

Commit

Permalink
clarifying where releases and nightly builds live (#77) (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayato committed Jun 1, 2016
1 parent fd13b62 commit dcc137e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
#DotNetty Project

[![Join the chat at https://gitter.im/Azure/DotNetty](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Azure/DotNetty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![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)

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.
Expand Down

0 comments on commit dcc137e

Please sign in to comment.