Skip to content

brandonetter/haxxServer

Repository files navigation

haxxServer

HTTP Server written in HAXE

Features

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)

Linux Binaries

Located in cpp/Main

Routing

Modify route.txt directory=>file.html;

image

image

Navigate to */directory image

Markdown Interpreter

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

image

image

PHP

If PHP is installed, server will run *.php through PHP CLI, but this is NOT a PHP server.

image

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

About

HTTP Server written in HAXE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published