Server interpreter for scala.js

Hi,

According to the docs (if I’m not mistaken), all the tapir server interpreters are targeting JVM.
Is there a scala.js server interpreter?
I’ve seen that http4s-ember-server is cross-compiled jvm/js/native, so maybe be a good fit for this use case.
Is the blocker, the missing reactive streams implementation for scala.js?

Regards,

There are no JS/Native, but both should be possible. It’s rather a matter of somebody actually doing it :slight_smile: A server interpreter doesn’t have to expose any non-blocking streaming, so this is not a blocker.