Skip to content

sunsided/htmx-askama-axum-shuttle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmx / askama + axum on Shuttle

An experiment with htmx and askama served with axum using Shuttle.

cargo shuttle run

Server-Sent Events

Visit http://127.0.0.1:8000/stream to see a stream of server-sent events.

Sources & Further reading

See htmx, Rust & Shuttle: A New Rapid Prototyping Stack by Joshua Mo, the blog post that inspired this experiment.