Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 595 Bytes

web.asm

Web Application in flat assembler for Linux x86_64.

https://github.com/onworks14/web.asm

Features

  • Single completely self-contained static executable (depends only on Linux x86_64 kernel);
  • Start a web server in Assembly but i think my code has still troublesome recommend watching YouTube and search tsoding found his channel and search again web in native assembly

Quick Start

Install flat assembler

$ fasm ./website.asm
$ chmod +x ./website
$ ./website
$ iexplore http://localhost:6969/