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.
[org.clojars.smallrivers/netty "3.6.3.Test"]
org.clojars.smallrivers/netty {:mvn/version "3.6.3.Test"}
implementation("org.clojars.smallrivers:netty:3.6.3.Test")
<dependency> <groupId>org.clojars.smallrivers</groupId> <artifactId>netty</artifactId> <version>3.6.3.Test</version> </dependency>
Note: this artifact is a non-canonical fork. See the wiki for more details.
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: