mikejs / clojure-zmq

A Clojure binding/wrapper for ZeroMQ

Home Page:http://www.zeromq.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.zeromq.org/


Languages

Language:Clojure 100.0%