Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 418 Bytes

Linux x86_64 http server written in nasm

Usage

Server servers files requested with http.
Http request length should be under 2048 bytes.
Currently server can only serve files under 2048 bytes

Example

git clone https://github.com/Nykseli/http-x86_64-linux
cd http-x86_64-linux
make
./httpserver.out

then open this link with your favourite browser
http://localhost:8888/html/index.html