comms

Websocket handlers for Catacumba and Cljs

Leiningen/Boot

[comms "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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