An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# webserver
Toy http server from scratch in C

Motivation: 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