Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aashish1-1-1/http-server

Minimalist Http server in c
https://github.com/aashish1-1-1/http-server

arpanet clang http-server

Last synced: 5 days ago
JSON representation

Minimalist Http server in c

Awesome Lists containing this project

README

        

# Project :
Minimalist Http server in c

# What does it do :
It creates a server which can send response and receive request in this repo HTML.c will send response of html file when it will be executed

# Reference:
from an article [see](https://freedium.cfd/https://medium.com/from-the-scratch/http-server-what-do-you-need-to-know-to-build-a-simple-http-server-from-scratch-d1ef8945e4fa)

# Motivation : And it is still Abstracted :/
---
```bash
gcc HTML.c
./a.out
```