Fork me on GitHub
#yada
<
2016-11-20
>
nha14:11:28

What are the implications of using Compojure with yada/bidi? Ie. putting a Compojure route at the end of a bidi route served by yada? In terms of sync/async?

jeroenvandijk17:11:39

I’ve done the opposite; Yada under Compojure, without problems, no real difference with running Yada normally. Not sure how and if Yada can handle ring handlers (that’s what compojure generates)

aaelony18:11:04

just a quick note to inform that some yada example links appear to be down/broken... e.g. https://yada.juxt.pro/swagger-ui/index.html?url=hello-swagger/swagger.json

nha20:11:42

yada under compojure? why not 🙂 the reverse definitely works also but it is "dev only" at the moment.