Use this with cumulo/server
.
[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)
Based on https://github.com/mvc-works/stack-workflow
MIT