Skip to content
/ netty Public
forked from netty/netty

Netty project - an event-driven asynchronous network application framework

License

Notifications You must be signed in to change notification settings

akkabin/netty

This branch is 7319 commits behind netty/netty:4.1.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Norman Maurer
Feb 26, 2013
eb2aa7f · Feb 26, 2013
Feb 14, 2013
Feb 21, 2013
Feb 26, 2013
Feb 14, 2013
Feb 25, 2013
Feb 21, 2013
Feb 25, 2013
Feb 14, 2013
Feb 21, 2013
Feb 14, 2013
Feb 14, 2013
Feb 21, 2013
Feb 15, 2013
Feb 14, 2013
Feb 14, 2013
Feb 14, 2013
Feb 22, 2013
Jun 4, 2012
Mar 4, 2009
Jan 16, 2012
Aug 28, 2009
Feb 21, 2013
Feb 25, 2013
Feb 24, 2013

Repository files navigation

The Netty Project

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

Links

Getting Netty

<dependencies>
  ...
  <dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-all</artifactId>
    <version>X.Y.Z.Q</version>
    <scope>compile</scope>
  </dependency>
  ...
</dependencies>

Developer Information

  • Netty is setup to build using Maven

  • You need JDK 7 to build Netty. Netty will run with JDK 5 (3.x) and JDK 6 (4).

  • master branch contains code for Netty 4.x

  • 3 branch contains code for Netty 3.x

About

Netty project - an event-driven asynchronous network application framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published