Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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