WebZero – a web server that serves 5k req/SEC on a 2001 Pentium III(github.com)
github.com
WebZero – a web server that serves 5k req/SEC on a 2001 Pentium III
https://github.com/davitotty/webzero
1 comments
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.