picohttp picohttp is an extremely simple, and lightweight HTTP server written in C. Installation Clone the repo: git clone https://github.com/bigkahuna00/picohttp Use the makefile: make Or compile using gcc: gcc picohttp.c -o picohttp Usage ./picohttp <PORT> <HTML FILE> Image License MIT