Hacker News new | ask | show | jobs
by a96 4 days ago
> extremely limited resources, both in terms of RAM and storage

> Write your code in Go

1 comments

When you ship containers or to ultra-embedded, that one actually matters. If done right you can ship a container that only contains your application's binary, not a single byte more.
> Write your code in Go

Container not even needed, there's projects like Tamago [0] that let you run your golang application without even needing an OS

[0] https://github.com/usbarmory/tamago