duct

weavejester 2025-03-28T16:22:25.760359Z

I'm planning on releasing a 1.0.0-alpha1 version of Duct soon, using the new CLI tool. The first draft of the documentation is also complete. If anyone wants to take a look I'd appreciate any comments. https://duct-framework.github.io/ (I do plan to add a 'Development' section to the docs that will cover debugging and CIDER integration.)

👍 3
🎉 8
Ahmed Hassan 2025-04-01T09:34:00.105379Z

Great docs. Examples of using miiddleware in routes would be helpful, as middleware is code, but edn config is data.

Ahmed Hassan 2025-04-01T10:26:58.777449Z

It seems like https://duct-framework.github.io/#_profiles section should have duct.dn instead of deps.edn .

weavejester 2025-04-01T12:06:06.254629Z

Fixed the typo - thanks again!

weavejester 2025-04-01T12:06:56.080229Z

A section on middleware would probably be a good idea. It works the same way as Reitit, but I think it's worth adding it in a section to explain that.

lread 2025-03-28T16:43:53.507279Z

Nice docs! I noticed a small typo under ClojureScript "You be unsurprised"

weavejester 2025-03-28T17:05:47.266029Z

Fixed! Thanks for the report.