This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-04
Channels
- # aws (3)
- # beginners (63)
- # boot (10)
- # cljs-dev (14)
- # cljsrn (10)
- # clojars (4)
- # clojure (132)
- # clojure-nl (4)
- # clojure-spec (3)
- # clojure-uk (1)
- # clojurescript (206)
- # css (3)
- # datascript (5)
- # lein-figwheel (1)
- # leiningen (1)
- # off-topic (48)
- # re-frame (18)
- # reagent (29)
- # specter (4)
- # untangled (1)
- # yada (1)
@colindresj if it's performance you're worried about: http://tonsky.me/blog/acha-acha/ is interesting
Yeah, take a look at Kitten Chat and stuff that uses Datascript. It can actually be very very fast because you just send transaction-deltas over sockets. Subscribe subsets of users to different transaction-deltas, and everything is fast and minimal.
There are enough examples to play with to see if it's a good fit. I think it's a potential next step in my own application, although subscriptions to deltas is really my focus of interest at the moment.