- Language: C and its Libraries
- Tools: GCC, Neovim, Git
| Library | Purpose |
|---|---|
stdio.h |
Standard I/O for reading PPM from stdin |
<!-- Project Structure -->
To get a copy of this project up and running on their local machine:
Make sure you have the following installed:
- GCC (or any C compiler)
- Clone the repository:
git clone https://github.com/vishnuparihar2008/HTTP-server.git- Navigate into the project directory:
cd ./HTTP-server- Compile the project:
gcc -Wall -Wextra -g -o bin/main main.cThis compiles main.c.
- Run the project:
./bin/main This runs the Server.
Vishnu Parihar β vishnuparihar2008
This project is open source. Feel free to use, modify, and distribute.
