Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AndreasKostler/clj-0MQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-0MQ

Thin wrapper for jzmq, the java client for 0MQ.

Installation

clojure-zmq has the following core dependencies:

The native libraries for zmq and jzmq must be compiled and installed accordingly. You can install zmq.jar to your local Maven repository like so:

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

Usage

Check out the provided examples.

License

Copyright (C) 2011 Andreas Koestler

Distributed under the Eclipse Public License, the same as Clojure.

About

Thin Clojure wrapper for zeromq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published