Running a website using a 1.3MB self-contained executable

Sebastiaan Koppe mail at skoppe.eu
Mon Jan 20 08:55:43 UTC 2025


On Sunday, 19 January 2025 at 21:17:29 UTC, Andrea Fontana wrote:
> I’ve published an example showcasing how to use serverino to 
> serve a web server that generates QR codes, without any 
> external dependencies (not even glibc) and without reading or 
> writing any files to disk.

Awesome. I tried this many times but due to (transitive) 
dependencies on glibc always had to give up (e.g. gethostname).

Switching to musl often failed as well because it isn't as 
supported as glibc in druntime.


More information about the Digitalmars-d mailing list