An open API service indexing awesome lists of open source software.

https://github.com/adaiasmagdiel/windows-c-http-server

This is a simple and functional C web server designed specifically for Windows systems. It serves static HTML files to clients over HTTP and utilizes Windows-specific APIs.
https://github.com/adaiasmagdiel/windows-c-http-server

c http pure-c server static

Last synced: 3 months ago
JSON representation

This is a simple and functional C web server designed specifically for Windows systems. It serves static HTML files to clients over HTTP and utilizes Windows-specific APIs.

Awesome Lists containing this project

README

          

# Simple C Web Server for Windows

This is a simple and functional C web server designed specifically for Windows systems. It serves static HTML files to clients over HTTP and utilizes Windows-specific APIs.

## License

This project is licensed under the **GNU General Public License v3.0 (GPLv3)**. This means you are free to use, modify, and distribute this code, as long as you keep the license and the source code open. See the [LICENSE](LICENSE) file for more details.