tsoding / todo.asm

Todo Web Application in flat assembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo.asm

To-Do Web Application in flat assembler for Linux x86_64.

todo.mp4

Features

  • Single completely self-contained static executable (depends only on Linux x86_64 kernel);
  • Includes its own simple HTTP Server listening to port 6969 (hardcoded);
  • Frontend works without JavaScript (HTML forms only, like in good old days);
  • XSS support in case you still want to have JavaScript on the Frontend;

Quick Start

Install flat assembler

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

About

Todo Web Application in flat assembler

License:MIT License


Languages

Language:Assembly 100.0%