Hacker News new | ask | show | jobs
by queenkjuul 2 days ago
Recent versions of Node can package a backend into a single binary already, it'll just be 100MB+ and embed the whole Node runtime.

This is more equivalent to Go, with a single static native binary that does not include the whole Node runtime