Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieman/serf-clojure
(Incomplete) Serf RPC client
https://github.com/thieman/serf-clojure
Last synced: 7 days ago
JSON representation
(Incomplete) Serf RPC client
- Host: GitHub
- URL: https://github.com/thieman/serf-clojure
- Owner: thieman
- License: mit
- Created: 2014-08-27T13:30:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T16:03:58.000Z (about 10 years ago)
- Last Synced: 2024-04-14T19:16:45.628Z (7 months ago)
- Language: Clojure
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# serf
An incomplete Clojure client for Serf
## Usage
```clojure
(ns myapp.core
(:require [serf.client :refer [make-client send-command!]]))(def c (make-client {:host "localhost" :port 7373}))
(send-command! c :handshake)
(send-command! c :event "deploy" "a payload" false)
```## Methods Implemented
* handshake
* members
* event
* query