asm-server
asm-server copied to clipboard
Stupid "hello world" http server on NASM. Linux, x64, NASM, zero dependencies.
NASM http "Hello, world!"
Build:
- install dependencies:
nasm,ld; - build:
make; - run:
./main - test:
curl localhost:8000