Can `IO` be used in conjunction with a reactive se...
# arrow
g
Can
IO
be used in conjunction with a reactive server (Like coroutines + Spring Reactor)?
s
Absolutely, there are integrations for
Reactor
and
KotlinX
separately.
g
Thanks Simon, are there any example repos that I can quickly take a glance?
👍 1
s
Reactor is available under the group
arrow-fx-reactor
and KotlinX under
arrow-fx-kotlinx-coroutines
. KotlinX has only recently been published and can be found under
0.10.5-SNAPSHOT
Docs for KotlinX integration are still in the making. https://github.com/arrow-kt/arrow/issues/2020
We’re actively trying to improve our documentation, but our current focus is on getting towards 1.0.
g
Awesome! thanks for all the grt work 🙂 , and thanks for the docs, is there any reference prototype github repo I can take a look it, it helps me to learn the how these pieces fit pretty quickly
for reactor and kotlinX
from you arrow Projects & Examples section
👍 1