org.clojars.ato/nailgun

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 645 Downloads
  • 612 This Version

Leiningen/Boot

[org.clojars.ato/nailgun "0.7.1"]

Clojure CLI/deps.edn

org.clojars.ato/nailgun {:mvn/version "0.7.1"}

Gradle

implementation("org.clojars.ato:nailgun:0.7.1")

Maven

<dependency>
  <groupId>org.clojars.ato</groupId>
  <artifactId>nailgun</artifactId>
  <version>0.7.1</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.