Is it possible to serve SSE using KtorCIO?
# http4k
s
Is it possible to serve SSE using KtorCIO?
d
nope. currently Undertow only
(and also I wouldn't choose ktor cIO as a server - for a start it's much less performant than ktor netty) 😉
s
What about WebSockets only Undertow as well?
d
undertow, netty and jetty
tl;dr: just use undertow 😂
s
👍