Is there an all-scala MOM-based interpreter?

tapir β€” Tapir 1.x documentation lists a lot of options to build an http system using Tapir. I see I can also use Tapir to generate Async API.

Is there an all-scala interpreter that can use asynchronous message-based middleware - without going through AsynchAPI ?

Thanks,

David

You mean like a Kafka or WebSocket client? You can generate WebSocket clients through the client interpreters, but that’s about it.

1 Like