/AsmWebServer

A simple web server in assembly

Primary LanguageAssembly

A Web Server In Assembly

The project listens at port 3000 and responds with "Hello World"(for now)

It is compiled with nasm The project is heavily inspired by Tsoding's project

Building the project

make compile
make link

To Run

make run