- SignalDesk2026-09-11
Biff is a web framework that I originally released 6 years ago.[1] I've just finished more-or-less rewriting it from scratch. The main changes:<p>- SQLite is now the default database.<p>- Datastar is used for server-side rendering.<p>- Introduces biff.graph[2] and biff.fx, two libraries that both help structure your application logic.<p>- Biff is now "just" a collection of independent libraries rather than a single monolithic framework, which makes it much easier to swap out the various parts. e.g. using a non-default database is much less work now.<p>I'd been experimenting with a good chunk of this work (the database change and the biff.graph / biff.fx stuff) starting 2 years ago. The Datastar and independent libraries stuff goes back 6 months or so. Datastar'
- 情报分类:技术价值、项目价值
- 命中依据:Clojure Web框架发布,工具与开源项目价值
- 来源:Hacker News 新项目
- 原作者:jacobobryant
- 发布时间:2026/9/11 01:45:51
- No replies yet