rum

Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript | 0.12.8 https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#0128
beders 2018-07-23T08:20:29.000346Z

hi fellow rumnians, I'm learning rum/datascript mostly from the tonsky/datascript-chat app and am following its overall approach to CQRS. I.e. using async and an event-bus to handle I/O to the server side (which is emulated) and go-loops for dispatching. Is that still the recommended approach or are you using other libraries to handle data exchange between client/server?