Hacker News new | ask | show | jobs
by kitd 732 days ago
Nice work!

Obligatory mention for RedBean, the server that you can package along with all assets (incl db, scripting and TLS support) into a single multi-platform binary.

https://redbean.dev/

1 comments

Wow this is so cool. I like these types of single binary things. Even Pocketbase is like that where you can just compile your whole app into one Go binary and just rsync that over to your server and run it.
Go makes a binary for each target.

RedBean uses magic from @jart to run the same binary on multiple platforms.