https://github.com/lennart1978/webserver
A tiny webserver written in C
https://github.com/lennart1978/webserver
Last synced: 1 day ago
JSON representation
A tiny webserver written in C
- Host: GitHub
- URL: https://github.com/lennart1978/webserver
- Owner: Lennart1978
- Created: 2024-07-23T12:45:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T13:05:12.000Z (about 1 year ago)
- Last Synced: 2025-01-10T02:42:56.701Z (9 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webserver
A tiny webserver written in C for Linux## compile:
```
mkdir builddir &&
meson setup builddir &&
cp index.html builddir &&
cd builddir &&
meson compile
```## Run the server:
sudo ./webserver