From 91463cad47f792a594f221e6e782b6fe0ff2504a Mon Sep 17 00:00:00 2001 From: vibul Date: Mon, 12 Mar 2012 15:13:41 +1100 Subject: [PATCH] Added README --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..d4ecbf8eac --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +#The Netty Project + +Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. + +## Links + +- Web Site: http://netty.io/ + +- Docs: http://netty.io/docs/ + +- Blog: http://netty.io/blog/ + +- Twitter: @netty_project + +## Getting Netty + +- Download Page: http://netty.io/downloads/ + +- Maven Repository: + +```xml + + ... + + io.netty + netty + X.Y.Z.Q + compile + + ... + +``` + +## Developer Information + +- Netty is setup to build using [Maven](http://maven.apache.org/) + +- You need JDK 7 to __build__ Netty. Netty will run with JDK 5 and JDK 6. + +- __master__ branch contains code for Netty v4 + +- __3.2__ branch contains code for Netty v3.X +