https://github.com/carlostojal/webc
Simple web server made in C using sockets.
https://github.com/carlostojal/webc
c http http-server sockets web web-server
Last synced: 12 months ago
JSON representation
Simple web server made in C using sockets.
- Host: GitHub
- URL: https://github.com/carlostojal/webc
- Owner: carlostojal
- Created: 2020-09-05T15:22:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T21:54:10.000Z (over 5 years ago)
- Last Synced: 2025-01-15T06:16:39.344Z (about 1 year ago)
- Topics: c, http, http-server, sockets, web, web-server
- Language: C
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebC
Simple web server made in C using sockets.
I made this project to learn more about HTTP by doing it myself from scratch.
This project uses HTTP/1.1.
The `src/main.c` file is basically a demo of the library usage.
## Screenshots


## Disclaimer
This is not stable or secure. I highly don't recommend using this in production environments (as if someone was going to do it).