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

haetao/netty

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</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

Languages

  • Java 98.7%
  • C 1.2%
  • Shell 0.1%
  • Groovy 0.0%
  • C++ 0.0%
  • Makefile 0.0%