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 | (Nov 28, 2013) |
Files | pom (25 KB) bundle (812 KB) View All |
Repositories | CentralGeomajasJBoss ReleasesMulesoft |
Used By | 337 artifacts |
Compile Dependencies (8)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Serializer BSD 3-clause | com.google.protobuf » protobuf-java (optional) | 2.4.1 | 3.15.3 | |
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) | 1.2.16 | 2.14.0 | |
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 LGPL | org.jboss.logging » jboss-logging-spi (optional) | 2.1.2.GA | ✔ | |
Logging MIT | org.slf4j » slf4j-api (optional) | 1.6.4 | 1.7.30 |
Test Dependencies (4)
Category/License | Group / Artifact | Version | Updates | |
---|---|---|---|---|
Testing EPL 2.0 | junit » junit | 4.10 | 5.7.1 | |
Mocking Apache 2.0 | org.easymock » easymock | 3.1 | 4.2 | |
Mocking Apache 2.0 | org.easymock » easymockclassextension | 3.1 | 3.2 | |
Logging MIT | org.slf4j » slf4j-simple | 1.6.4 | 1.7.30 |
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 |