2026-04-08 20:10:21
๐ Performance on a completely different level:
Written in #Haskell with the Warp HTTP server. JSON gets serialized directly in SQL. Connection pooling via Hasql. Subsecond response times at 2000 req/sec โ even on free tier hosting.
๐ Security is built in, not bolted on:
Auth runs via JWT. Authorization is controlled directly in the database through roles. One single declaratiโฆ