Releases: mpower-codeworks/Sub-K-Very-Small-Web-Server
Releases · mpower-codeworks/Sub-K-Very-Small-Web-Server
Release list
2026-07-17 861 Bytes
Exe size reduced from 887 bytes to 861. Made EBP point directly at the thread buffer, and removed both connection: close redundant routines.
SBK-2026-07-13
Sub-K exe size reduced from 932 to 887 bytes. Removed the unused functions leftover from the single thread earlier version.
2026-07-12
Sub-K (Server Under Barely a Kilobyte) is a Win32 static web server in 932 bytes. Features include requested file serving, index.htm default start page, basic MIME type support, and thread-per-client concurrent connections. Default port is 80.