Skip to content

lapsus-ord/axum-htmx-chat

Repository files navigation

Axum / HTMX chat app

An axum / htmx experiment with websocket.

Libraries used

  • axum: Web server (rest + websocket)
  • htmx: Library that allows you to access modern browser features directly from HTML attributes
  • askama: Templating engine (based on Jinja)

Run dev

(I will do a docker compose later if I have time)

pnpm install
pnpm watch

ℹ️ It uses mprocs to run multiple tasks in parallel with a nice little UI.