Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 480 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 480 Bytes

Cumulo Client

Use this with cumulo/server.

Usage

Clojars Project

[cumulo/client "0.1.1"]
(defn configs {:url "ws://localhost:4010"
               :on-open! identity
               :on-close! identity})

(cumulo-client.core/setup-socket! store-ref configs)

Develop

Based on https://github.com/mvc-works/stack-workflow

License

MIT