Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork16.2k
Netty project - an event-driven asynchronous network application framework
License
netty/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 stableOpenJDK 8
- Latest stableApache Maven
- If you are on Linux or MacOS, 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+ / 4.1+) 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.1 resides inthe branch '3.9' andthe branch '4.1' respectively.
You can read theModular Netty guide to learn more about using Netty with the Java Platform Module System, the guidecontains a user section and a developer section for Netty contributors.
About
Netty project - an event-driven asynchronous network application framework
Resources
License
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.