https://github.com/jmcph4/cweb
My first webserver in C
https://github.com/jmcph4/cweb
c http server web webserver www
Last synced: 12 months ago
JSON representation
My first webserver in C
- Host: GitHub
- URL: https://github.com/jmcph4/cweb
- Owner: jmcph4
- License: mit
- Created: 2015-10-18T06:27:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T07:34:04.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T00:44:19.011Z (about 1 year ago)
- Topics: c, http, server, web, webserver, www
- Language: C
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CWeb #
---
CWeb is my attempt at a very basic webserver - in C, no less - for what are primarily learning reasons.