Hacker News new | ask | show | jobs
by hunvreus 242 days ago
Next stack I wanna try (right now I'm on FastAPI + Jinja2 + HTMX).
1 comments

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.