biff

A web framework + self-hosted deployment solution for Clojure. Repo: https://github.com/jacobobryant/biff. Docs: https://biff.findka.com
ozzloy 2020-08-17T03:56:15.128300Z

@foo what's the process with fireplace? do you ./task dev, then in vim do :fireplace:7889 or something (idk, it's been a while since i've used vim)?

2020-08-17T19:01:47.130700Z

after ./task dev, you run ':Connect 7888' for backend, or ':Connect 7890' ':Piggieback :app' for frontend

ozzloy 2020-08-17T19:35:12.132300Z

cool, then ./task dev followed by cider-jack-in-cljs should work for cider once it knows the ports

👍 1
2020-08-17T21:57:33.133700Z

edit: port 7890 for frontend, not 7889. That'll change in a minute though; I'm about to write and push a commit that'll run shadow-cljs in the same process as biff. then it'll be port 7888 for everything.

ozzloy 2020-08-17T23:48:49.133900Z

k