Skip to content

Nykseli/http-x86_64-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Http server written in x86_64 assembly (on linux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published