org.clojars.smallrivers/netty

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.

Leiningen/Boot

[org.clojars.smallrivers/netty "3.6.3.Test"]

Clojure CLI/deps.edn

org.clojars.smallrivers/netty {:mvn/version "3.6.3.Test"}

Gradle

implementation("org.clojars.smallrivers:netty:3.6.3.Test")

Maven

<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.