Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

πŸš€ HTTP-Server in C


✨ Features


πŸ›  Tech Stack

  • Language: C and its Libraries
  • Tools: GCC, Neovim, Git

πŸ“š Dependencies

Library Purpose
stdio.h Standard I/O for reading PPM from stdin

πŸ“ Project Structure

<!-- Project Structure -->

πŸš€ Getting Started

To get a copy of this project up and running on their local machine:

Prerequisites

Make sure you have the following installed:

  • GCC (or any C compiler)

Installation

  • 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.c

This compiles main.c.

  • Run the project:
./bin/main 

This runs the Server.


βš™οΈ How It Works


πŸ’‘ Usage Examples

 Alt Text


πŸ—Ί Roadmap / Future Enhancements


πŸ‘©β€πŸ’» Author

Vishnu Parihar β€” vishnuparihar2008


πŸ“„ License

This project is open source. Feel free to use, modify, and distribute.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors