Hacker News new | ask | show | jobs
by snickerer 975 days ago
You showed us yours, I show you mine.

My website, game engine, and webserver is one binary. The source has 1000 lines of C code. The binary has a size of 164k (I don't know why it is so damned big).

I included my own webserver. The existing servers add way too much (hidden) complexity.

You can check out the result, an interactive fiction game in German, here: http://vmd34232.contaboserver.net/ (no tracking, no ads, not commercial)

2 comments

Ah that's nice, long ago I used parchment.js to load a inform7 created z5 file on my website. You could try to compress your executable with upx https://upx.github.io/
Reminds me of my site :)

https://toldby.ai/

Mine is not a single binary though. It's asp.net