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 |
---|---|
HomePage | http://www.jboss.org/netty/ |
Date | (Aug 02, 2011) |
Files | pom (24 KB) bundle (773 KB) View All |
Repositories | CentralGeomajasJBoss ReleasesMulesoftOneBusAway PubRedhat GA |
Ranking | #1151 in MvnRepository (See Top Artifacts) |
Used By | 358 artifacts |
Vulnerabilities | Vulnerabilities from dependencies: CVE-2022-23305 CVE-2022-23302 CVE-2021-4104 View 3 more ... |
Compile Dependencies (8)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Serializer BSD 3-clause | com.google.protobuf » protobuf-java (optional) 1 vulnerability | 2.3.0 | 3.21.2 | |
Logging Apache 2.0 | commons-logging » commons-logging (optional) | 1.1.1 | 1.2 | |
Java Spec CDDLGPL 2.0 | javax.servlet » servlet-api (optional) | 2.5 | 4.0.1 | |
Logging Apache 2.0 | log4j » log4j (optional) 4 vulnerabilities | 1.2.16 | 2.17.2 | |
OSGI Apache 2.0 | org.apache.felix » org.osgi.core (optional) | 1.4.0 | 6.0.0 | |
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.5.0.Final | |
Logging MIT | org.slf4j » slf4j-api (optional) | 1.6.1 | 1.7.36 |
Test Dependencies (4)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Testing EPL 2.0 | junit » junit1 vulnerability | 4.8.2 | 5.8.2 | |
Mocking Apache 2.0 | org.easymock » easymock | 2.5.2 | 4.3 | |
Mocking Apache 2.0 | org.easymock » easymockclassextension | 2.5.2 | 3.2 | |
Logging MIT | org.slf4j » slf4j-simple | 1.6.1 | 1.7.36 |
Licenses
License | URL |
---|---|
Apache License, Version 2.0 | http://www.apache.org/licenses/LICENSE-2.0 |
Developers
Name | Dev Id | Roles | Organization | |
---|---|---|---|---|
JBoss.org Developers | jboss.org | JBoss.org |
Related Books
Netty in Action (2015) by Norman Maurer, Marvin Allen Wolfthal |