alexeypopov/saturnine

Saturnine is a Clojure library to assist in developing server applications in a message-passing style. It is built on top of JBoss Netty, and inherits a number of features from this framework, including trivial configuration in blocking or non-blocking modes and SSL/TLS support (with starttls).

Leiningen/Boot

[alexeypopov/saturnine "0.3-SNAPSHOT"]

Clojure CLI/deps.edn

alexeypopov/saturnine {:mvn/version "0.3-SNAPSHOT"}

Gradle

implementation("alexeypopov:saturnine:0.3-SNAPSHOT")

Maven

<dependency>
  <groupId>alexeypopov</groupId>
  <artifactId>saturnine</artifactId>
  <version>0.3-SNAPSHOT</version>
</dependency>