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.
- Host: GitHub
- URL: https://github.com/adaiasmagdiel/windows-c-http-server
- Owner: AdaiasMagdiel
- License: gpl-3.0
- Created: 2024-05-25T18:57:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T15:29:50.000Z (12 months ago)
- Last Synced: 2025-04-19T21:44:24.505Z (10 months ago)
- Topics: c, http, pure-c, server, static
- Language: C
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.