<@U02EEP9SKPB> the way to start up SSE server is s...
# http4k
s
@Sandymcp the way to start up SSE server is slightly different than HTTP. Please check the details in the docs. You need something like:
Copy code
PolyHandler(http, sse = sse).asServer(Undertow(9000)).start()