2026-04-30 03:29:57
I've started building a CLI PeerTube client using the API just for fun...in Haskell ๐
#Haskell #PeerTube #API #Programming
I've started building a CLI PeerTube client using the API just for fun...in Haskell ๐
#Haskell #PeerTube #API #Programming
๐ 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โฆ