https://github.com/altaks/httpserver
A simple HTTP server written in C
https://github.com/altaks/httpserver
Last synced: 8 months ago
JSON representation
A simple HTTP server written in C
- Host: GitHub
- URL: https://github.com/altaks/httpserver
- Owner: Altaks
- Created: 2024-01-21T23:18:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T11:46:47.000Z (over 2 years ago)
- Last Synced: 2025-02-13T14:21:55.465Z (over 1 year ago)
- Language: C
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTTPServer
A simple HTTP server written in C with the least amount of libs (event system libs) as a challenge to myself.
Made in one week, it has no tests because I didn't have time to write them.
## Installation
To install the server, you need to clone the repository and compile the source code.
I use CMake & Ninja to compile the source code, so you need to have it installed or create a Makefile yourself.
## Usage
To start the server run the following command:
```bash
```
Example :
```bash
./server 8080 /home/user/Downloads
```
## Contributing
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
## Contact me
Email: altair61.dev@gmail.com
Discord : altakxs