Simple web server written in C.
It is a multiprocess & multi-threaded web server.
Works in a Linux environment.
Supports
- gif
- jpg
- jpeg
- png
- ico
- htm
- html
gcc -pthread http-server.c -o http-server
*pthread Library is used when compiling.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple web server written in C.
It is a multiprocess & multi-threaded web server.
Works in a Linux environment.
Supports
- gif
- jpg
- jpeg
- png
- ico
- htm
- html
gcc -pthread http-server.c -o http-server
*pthread Library is used when compiling.