nettyca

Create simple socket servers using Netty and core.async

Leiningen/Boot

[nettyca "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

nettyca/nettyca {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("nettyca:nettyca:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>nettyca</groupId>
  <artifactId>nettyca</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>