com.gearswithingears/async-sockets

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

Leiningen/Boot

[com.gearswithingears/async-sockets "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

implementation("com.gearswithingears:async-sockets:0.0.1-SNAPSHOT")

Maven

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