Fork me on GitHub
#reitit
<
2023-04-02
>
jasonjckn05:04:43

are most reitit users on sieppari for async request handling? or if not what?

Ben Sless05:04:33

Using ring, mostly

👀 2
jasonjckn06:04:43

@UK0810AQ2 do you use anything ontop of that to help with future composition? i saw https://github.com/mszajna/await-cps

Ben Sless06:04:37

Not really, I'm just used to it by now, but I did recently write a small library to help with that https://github.com/bsless/ring.middleware.tools

🎉 4
Ben Sless06:04:57

This should hopefully untangle callback hell without introducing any magical code rewriting, assumptions or performance overhead

jasonjckn06:04:18

definitely like the simplicity of this approach, thanks for publishing this

👍 2
🙏 2
jasonjckn05:04:07

beyond pedestal, sieppari, any other libs worth considering?

jasonjckn05:04:06

any vertx/donkey users here