top | item 45606836

(no title)

hunvreus | 4 months ago

Next stack I wanna try (right now I'm on FastAPI + Jinja2 + HTMX).

discuss

order

itsnowandnever|4 months ago

I made the switch from FastAPI + Jinja + HTMX to Go and embedding the HTML into the Go binary directly... it's very nice being able to run the apps without an interpreter. I'm able to make ~5MB sized containers to run the full stack

there's a performance increase too, but these apps I'm talking about are so simple it's not enough to really notice. objectively FastAPI is really good and makes running a simple site so easy, I'd still recommend to most people using that.