Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/auser/letsparty

Distributed event system in clojure
https://github.com/auser/letsparty

Last synced: about 2 months ago
JSON representation

Distributed event system in clojure

Awesome Lists containing this project

README

        

# letsparty

Distributed event system for clojure using Hazelcast

## Usage

(start-events-system)
(listen :ari (fn [msg] (deliver prom1 msg)))
(publish :ari "boop")

It's that easy!

## License

Copyright (C) 2010 Ari Lerner

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