com.gearswithingears/async-sockets

A Clojure library for working with sockets using core.async channels.

Leiningen/Boot

[com.gearswithingears/async-sockets "0.1.0"]

Clojure CLI/deps.edn

com.gearswithingears/async-sockets {:mvn/version "0.1.0"}

Gradle

implementation("com.gearswithingears:async-sockets:0.1.0")

Maven

<dependency>
  <groupId>com.gearswithingears</groupId>
  <artifactId>async-sockets</artifactId>
  <version>0.1.0</version>
</dependency>