August 2024
Intermediate to advanced
186 pages
4h 3m
English
The table summarizes some popular tech stacks for use with htmx.
Programming Language | Server Library | Templating Approach |
|---|---|---|
Go | Go Fiber[9] | templ |
JS/TS/Bun | Elysia[10] or Hono | JSX |
OCaml[11] | Dream[12] | Dream Templates |
Python | Flask[13] | Jinja |
Python | FastAPI[14] | Jinja |
I have implemented the same htmx-based web app using many of these options. You can find them in the following GitHub repositories:
Read now
Unlock full access