netty/netty

Description: Netty project - an event-driven asynchronous network application framework

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 15 minutes ago
Added to GitGenius on June 28th, 2026
Created on November 9th, 2010
Open Issues & Pull Requests: 658 (+0)
Number of forks: 16,273
Total Stargazers: 35,006 (+0)
Total Subscribers: 1,667 (+0)

Issue Activity (beta)

Open issues: 154
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 669 days
Stale 30+ days: 128
Stale 90+ days: 111

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 3
Events in 7 days: 5

Top labels

  • improvement (29)
  • defect (13)
  • feature (6)
  • important (6)
  • discussion (5)
  • loom (5)
  • benchmark (4)
  • cleanup (3)

Repository Insights (GitGenius)

Median issue/PR response: 1.4 hours
Mean response time: 37.9 days
90th percentile: 12.5 days
Tracked items: 678

Most active contributors

Detailed Description

Netty is an asynchronous event-driven network application framework written in Java that enables rapid development of high-performance protocol servers and clients. The framework is designed to handle network communication efficiently through non-blocking I/O operations and event-driven architecture, making it suitable for building scalable network applications. Netty 4.2 requires Java 8 or newer, with optional io_uring native transport support requiring Java 9 or newer. The project maintains a modular design compatible with the Java Platform Module System, documented in its Modular Netty guide for both users and contributors.

The repository demonstrates significant community engagement and maintenance activity. GitGenius tracking shows a median issue and pull request response latency of 1.4 hours across 669 tracked items, indicating active and responsive project management. The most frequently applied issue labels are improvement with 28 occurrences, defect with 13, and feature with 6, reflecting a project focused on continuous enhancement and bug resolution. The core maintenance team includes normanmaurer with 1259 tracked events, franz1981 with 469 events, and chrisvest with 356 events, establishing a well-defined group of active contributors responsible for the project's direction and quality.

Netty's scope encompasses multiple networking paradigms and protocols. The framework supports both TCP and UDP communication, implements various protocol layers, and provides infrastructure for building custom protocol handlers. Its event-driven architecture allows developers to define handlers that respond to network events such as connection establishment, data reception, and disconnection. The framework is classified across multiple technical domains including networking, asynchronous I/O, high-performance server and client frameworks, and protocol implementation, reflecting its comprehensive approach to network application development.

The project's build infrastructure requires Apache Maven and the latest stable OpenJDK 8, with additional development packages needed on Linux and MacOS systems for native transport compilation. Development is organized by version branches, where each major and minor version maintains its own branch for active development. For example, versions 3.9 and 4.1 are developed in their respective named branches. This branching strategy allows the project to maintain multiple versions simultaneously while keeping development organized and traceable.

Netty's integration with other major projects is evidenced by overlapping contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, suggesting its use and relevance across diverse technology ecosystems. The project maintains official communication channels including a web presence at netty.io, documentation wiki, Twitter account at netty_project, and an official Discord server for community interaction. The repository includes continuous integration through GitHub Actions with a Build project workflow and maintains a Linux Foundation health score badge, indicating commitment to code quality and project sustainability.

netty
by
nettynetty/netty

Repository Details

Fetching additional details & charts...