- move to timbre for logging
- only readable log messages
- JSON serialization
- experimental WAMP client
- update examples
- bump deps
- use tyrus java web-client
- fixes stochastic reordering issues with http.async.client
- android support, should work with clojure on android
- decouple serialization from IO and provide transit
- have a baseline serialization to always allow communication
- minimize dependency footprint
- factor start stop
- support superv.async
- support node on client-side
- add an aleph http client (server still missing)
- add a generic callback middleware
- use lightweight slf4j logging
- expose consistent host ip
- do not initialize http-client on compile time
fixes aot uberjar compilation
- properly close cljs client connection on initial error
- add :sender peer-id to outgoing messages
- add :connection url to incoming messages