biff

A web framework + self-hosted deployment solution for Clojure. Repo: https://github.com/jacobobryant/biff. Docs: https://biff.findka.com
2021-05-13T04:52:34.020600Z

Just finished all the code for the big release (https://github.com/jacobobryant/biff/tree/overhaul) All that's left now is to write a bunch of docs... 🐧

2👏6🚀
john-shaffer 2021-05-13T18:00:27.022Z

Sweet! I'm hoping to have time for a third attempt at Datomic support

2021-05-13T19:25:27.022200Z

awesome :thumbsup: I think this release will make that more straightforward as well. pretty much everything relevant is in this namespace now: https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj I'd probably do it in this order: 1. submit-tx (https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj#L283) 2. biff-q (https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj#L450), which is used by handle-subscribe-event! (but that fn can stay the same) 3. use-crux-sub (https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj#L416)

1⛽