Simple C HTTP server for Windows
Works fine for one client connection, serves full HTML/CSS/JS.
TODO: (looking for forks and PRs, as I no longer actively maintain this)
- Allow multiple connections (links:
CreateThread
,CreateProcess
, Creating Threads and various StackOverflow posts) - Allow connections from external sources (e.g. not on the same router)