Liking cljdoc? Tell your friends :D

clj-ipc

A node-ipc compatible Clojure library for asynchronous inter-process communication.

State

clj-ipc is work in progress. Its main limitations at the moment:

  • Although, the scope of the project is to handle all kind of inter-process communication, it currently works with Unix Domain Sockets only.
  • It uses blocking Socket API calls by junixsocket, thus it needs to create many threads to be able to provide an async API. Use the library accordingly.

Releases

It is released to clojars.org.

Clojars Project

Usage

The example directory contains some examples of basic usage.

Can you improve this documentation? These fine people already did:
Laszlo Domoszlai & Brian Guthrie
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close