the barely working fastapi-inspired HTTP API server!1
why not? i wanted to learn some stuff, and also i kinda didnt like the overhead of fastapi either (come on, 25
function calls to get to the callback? i know in my case it aint better really, the packet goes through... 3 queues
iirc? and also, wrk
reports that in 1% of cases latency is like 1s 💀 and sometimes server doesnt even
respond(???))
i wanted to be (1) dependency-free (2) written in (as much as it goes) pure python from complete scratch
it is still in very WIP state, codebase is a mess, documentation is basically non-existant (only example.py
lmfao) and
it may break sometimes
its gpl2