asm-server icon indicating copy to clipboard operation
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