https://github.com/uiur/webserver
toy http server from scratch
https://github.com/uiur/webserver
Last synced: 3 months ago
JSON representation
toy http server from scratch
- Host: GitHub
- URL: https://github.com/uiur/webserver
- Owner: uiur
- Created: 2021-11-30T12:01:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T05:01:33.000Z (over 3 years ago)
- Last Synced: 2025-01-14T17:15:18.336Z (5 months ago)
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webserver
Toy http server from scratch in CMotivation: Learn unix network and threads.
Feature:
- Serve static files
- Multi-thread workers
- Daemonize## Reference
https://github.com/remzi-arpacidusseau/ostep-projects/tree/master/concurrency-webserver