Skip to content

Releases: mpower-codeworks/Sub-K-Very-Small-Web-Server

2026-07-17 861 Bytes

Choose a tag to compare

@mpower-codeworks mpower-codeworks released this 18 Jul 01:57
1dadd67

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

Choose a tag to compare

@mpower-codeworks mpower-codeworks released this 14 Jul 00:58
288ba0e

Sub-K exe size reduced from 932 to 887 bytes. Removed the unused functions leftover from the single thread earlier version.

2026-07-12

Choose a tag to compare

@mpower-codeworks mpower-codeworks released this 12 Jul 05:53
01bbf4e

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.