Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
N

netty

> 编程语言
开源

Netty project - an event-driven asynchronous network application framework

35.0K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Netty project - an event-driven asynchronous network application framework

Netty Project

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

Links

  • Web Site
  • Downloads
  • Documentation
  • @netty_project
  • Official Discord server
  • Modular Netty guide

How to use

System requirements

Netty 4.2 requires Java 8 or newer. The optional io_uring native transport requires Java 9 or newer.

Usage with JDK 9+

You can read the Modular Netty guide to learn more about using Netty with the Java Platform Module System, the guide contains a user section and a developer section for Netty contributors.

How to build

For the detailed information about building and developing Netty, please visit the developer guide. This page only gives very basic information.

You require the following to build Netty:

  • Latest stable OpenJDK 8
    • Note that io_uring requires JDK 9
  • Latest stable Apache Maven
  • If you are on Linux or MacOS, you need additional 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.

Branches to look

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 in the branch '3.9' and the branch '4.1' respectively.

核心特点

  • •Web Site
  • •Downloads
  • •Documentation
  • •@netty_project
  • •Official Discord server
  • •Modular Netty guide
  • •Latest stable OpenJDK 8
  • •Note that io_uring requires JDK 9
  • •Latest stable Apache Maven
  • •If you are on Linux or MacOS, you need additional development packages installed on your system, because you'll build the native transport.

> 标签

Java

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言