Get basic webserver going.

This commit is contained in:
CronyAkatsuki 2024-12-30 21:04:04 +01:00
parent cc55c7b1b6
commit ffa70e8f55
2 changed files with 38 additions and 2 deletions

View file

@ -1,3 +1,9 @@
# Goffy
Basic iffy.cert.hr front, for now just a cli tool.
> Basic iffy.cert.hr front, for now just a cli tool.
Improved to simpler webserver that runs on port 3333.
To get result on url, just run 127.0.0.1:3333/result?url=ekupi.hr for example, and you will get result.
Next to get some http templating setup.