• #dev 2025-07-05
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2025-07-05 UTC
# 20:47
jak2k
The closer it is to frontend, the worse it is... I do most thing in Rust with actix-web. It has its quirks but works very well and fast. I currently have 242 dependencies (most are indirect) and the binary is 8.9 MB big. That's probably bigger than a tarball with a bunch of php-files, but it's a single deployable file and the only system dependencies are libc and sqlite, even though I could probably change that.