Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 308 Bytes

Smallest HTTP Server

Minimallistic HTTP Server written in C and x64 Assembly

Dependencies

These following packages are required:

  • GCC
  • Make
  • NASM

Building

Run these commands in terminal:

mkdir bin 
make

Run with: ./bin/server
Navigate to http://localhost:8080 in browser