my own implementation of a http server in c programming language.
boredom and curiosity brought me here. It's just for fun purpose, the http protocol is intensionally incomplete.
- TCP/IP sockets connections.
- incomplete HTTP protocol support (simple headers, GET method, data transfer).
- Serve files (txt, html, xml, etc...).
- Routes support.
- chunked transfer encoding (streams)
git clone https://github.com/lipe14-ops/MCHS
cd MCHS
make
made with ❤️ by Filipe 👋 reach me!!!