The Netty project is an effort to provide an asynchronous event-driven
network application framework and tools for rapid development of
maintainable high performance and high scalability protocol servers and
clients. In other words, Netty is a NIO client server framework which
enables quick and easy development of network applications such as protocol
servers and clients. It greatly simplifies and streamlines network
programming such as TCP and UDP socket server.
License | Apache 2.0 |
---|---|
Categories | Network App Frameworks |
Tags | networkbundlesocketframeworkjbossnettyosgi |
HomePage | http://www.jboss.org/netty/ |
Date | Jan 21, 2013 |
Files | pom (25 KB) bundle (811 KB) View All |
Repositories | CentralCERNGeomajasJBoss PublicJBoss ReleasesJBoss RepoMulesoftTalend Public |
Ranking | #1465 in MvnRepository (See Top Artifacts) #4 in Network App Frameworks |
Used By | 380 artifacts |
Vulnerabilities | Direct vulnerabilities: CVE-2021-43797 CVE-2021-37137 CVE-2021-37136 View 7 more ... Vulnerabilities from dependencies: CVE-2024-7254 CVE-2022-3510 CVE-2022-3509 View 9 more ... |
Compile Dependencies (8)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Data Format BSD 3-clause | com.google.protobuf » protobuf-java (optional) 6 vulnerabilities | 2.4.1 | 4.29.3 | |
Logging Apache 2.0 | commons-logging » commons-logging (optional) | 1.1.1 | 1.3.4 | |
Java Spec CDDLGPL 2.0 | javax.servlet » servlet-api (optional) | 2.5 | 4.0.1 | |
Logging Apache 2.0 | log4j » log4j (optional) 5 vulnerabilities | 1.2.16 | 2.24.3 | |
OSGi Apache 2.0 | org.apache.felix » org.osgi.core (optional) | 1.4.0 | 6.0.0 | |
OSGi Apache 2.0 | org.apache.felix » org.osgi.compendium (optional) | 1.4.0 | 5.0.0 | |
Logging Apache 2.0 | org.jboss.logging » jboss-logging-spi (optional) | 2.1.2.GA | 3.6.1.Final | |
Logging MIT | org.slf4j » slf4j-api (optional) | 1.6.4 | 2.0.16 |
Test Dependencies (4)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Testing EPL 2.0 | junit » junit1 vulnerability | 4.10 | 5.11.4 | |
Mocking Apache 2.0 | org.easymock » easymock | 3.1 | 5.5.0 | |
Mocking Apache 2.0 | org.easymock » easymockclassextension | 3.1 | 5.5.0 | |
Logging MIT | org.slf4j » slf4j-simple | 1.6.4 | 2.0.16 |
Licenses
License | URL |
---|---|
Apache License, Version 2.0 | http://www.apache.org/licenses/LICENSE-2.0 |
Developers
Name | Dev Id | Roles | Organization | |
---|---|---|---|---|
JBoss.org Community | jboss.org | JBoss.org |
Related Books
Netty in Action (2015) by Norman Maurer, Marvin Allen Wolfthal |