Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 383 Bytes

File metadata and controls

8 lines (8 loc) · 383 Bytes

httpserver written by fasm assembly

tested on Arch and ubuntu 20

download fasm compiler: https://flatassembler.net/download.php

compile httpserver: ~$ fasm2 httpserver.asm

run server in sudo mode: ~$ sudo ./httpserver

put your files into /var/www/html/

visit localhost on port 8080: 127.0.0.1:8080

php 8.4 supported for now