Skip to content

leadtune/clojure-zmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-zmq

Introduction

clojure-zmq provdes a thin Clojure-esque API on top of 0MQ.

Getting Started

clojure-zmq has the following core dependencies:

The native libraries for zmq and jzmq must be compiled and installed accordingly.

The Zmq.jar produced from building jzmq must be installed to your local Maven repository as follows:

mvn install:install-file -Dfile=src/Zmq.jar -DgroupId=org.zmq -DartifactId=jzmq -Dversion=2.0.6-SNAPSHOT -Dpackaging=jar

A Maven POM is provided allowing you to build clojure-zmq and install it into your local Maven repository.

About

A Clojure binding/wrapper for ZeroMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%