HTTP Server written in HAXE
Non-traversal routing with a simple and programming-free syntax ( page=>page.html )
Markdown interpreter built in, just route to an .md file ( page=>page.md )
Smol boi (2.3mb binary)
Located in cpp/Main
Modify route.txt directory=>file.html;
haxxServer runs with a markdown to HTML interpreter, any route leading to a *.md file will be automagically converted to HTML when a peer connects
If PHP is installed, server will run *.php through PHP CLI, but this is NOT a PHP server.
This file is interpreted and then stored in a /tmp/ Directory, but there is no persistence or access to $_GET, $_POST, $_SESSION, etc..
https://github.com/brandonetter/haxxServer/blob/master/tmp/html_test.php