https://github.com/namberino/http-server
An HTTP server written in C
https://github.com/namberino/http-server
Last synced: 3 months ago
JSON representation
An HTTP server written in C
- Host: GitHub
- URL: https://github.com/namberino/http-server
- Owner: namberino
- Created: 2024-03-30T13:55:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T14:01:45.000Z (about 1 year ago)
- Last Synced: 2025-01-20T18:24:13.746Z (5 months ago)
- Language: C
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An HTTP server written in C
This is a simple HTTP server written in C. Compile it with `make` and run it with `./bin/http` and visit `http://127.0.0.1:8080/`