Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aashish1-1-1/http-server
- Owner: Aashish1-1-1
- Created: 2023-10-29T15:40:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T14:35:50.000Z (5 months ago)
- Last Synced: 2024-06-08T15:47:45.614Z (5 months ago)
- Topics: arpanet, clang, http-server
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```