2025-07-05 UTC
#
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.