logo

WebZero – a web server that serves 5k req/SEC on a 2001 Pentium III

Posted by Davitotty1 |2 hours ago |1 comments

Davitotty1 2 hours ago

Built this because every web server assumes you have RAM, IOPS, and a modern CPU. WebZero assumes you don't. Single binary, 68KB. No malloc after init, no threads, no config parsing at startup. The entire site lives in an mmap'd .web bundle — the OS page cache does all the work.