- Notifications
You must be signed in to change notification settings - Fork0
Netty project - an event-driven asynchronous network application framework
License
o1soo/netty
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.
For the detailed information about building and developing Netty, please visitthe developer guide. This page only gives very basic information.
You require the following to build Netty:
- Latest stableOracle JDK 7
- Latest stableApache Maven
- If you are on Linux, you needadditional development packages installed on your system, because you'll build the native transport.
Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+) is enough to run your Netty-based application.
Development of all versions takes place in each branch whose name is identical to<majorVersion>.<minorVersion>
. For example, the development of 3.9 and 4.0 resides inthe branch '3.9' andthe branch '4.0' respectively.
About
Netty project - an event-driven asynchronous network application framework
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Java98.8%
- C1.1%
- Shell0.1%
- Groovy0.0%
- Protocol Buffer0.0%
- C++0.0%