Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/auser/letsparty
- Owner: auser
- Created: 2011-01-02T04:54:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-02T21:35:44.000Z (about 14 years ago)
- Last Synced: 2024-10-12T10:17:32.816Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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.