Are there any guides for using ktor for non-HTTP u...
# ktor
j
Are there any guides for using ktor for non-HTTP uses? I'm looking to support NATS messaging and it looks like ktor has a lot of the core features I would want, like pluggable transformation pipelines.
a
You can start with the documentation of TCP/IP sockets API.
j
Thanks! Anything for pipelines?
a
The pipelines are only used in the server and the client implementations. Do you want to use them in your implementation?
j
Yes please
NATS messaging has a request-reply mode that would benefit from them
a
Unfortunately, we only have the documentation topic about the pipelines for version 1.6.8.