So right now, I'm just setting up the basic foundations of an HTTP server, it can now write and print logs as of tonight. I do want to give it sqlite/adminer support later on, and I want to allow it to read PHP/Py/Go files.
The main goal I have right now is to make it as lightweight, easy-to-use, and straightforward as possible while not being limited to static hosting.
There are web server like Caddy in go already.
From looking source code, current functionality is `python3 -m http.server` command.