I put together a trivial project that uses Hono with Squint. It's based on Hono documentation and Express example from Squint repository. Looks pretty neat. Hono has a very ergononic API in my opinion and Squint enables use of async handlers with (^async fn...) and (defn- ^:async...) . Not sure how useful it is but trivial example is always better than no example 🤷 😊
https://github.com/littleli/squint-hono-example