jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
870 stars 40 forks source link

Enable triggers in the mpa template #62

Closed jacobobryant closed 3 years ago

jacobobryant commented 3 years ago

Right now triggers are handled in the subscription handling code, which is only used in the spa template. So those will need to be separated.

jacobobryant commented 3 years ago

I got rid of triggers since they weren't that essential (and they're even less essential with the new project template). This seems more useful in a serverless setup like firebase; less so in a monolithic setup like Biff.