rjaros / kvision

Object oriented web framework for Kotlin/JS
https://kvision.io
MIT License
1.2k stars 67 forks source link

SSE support in kvision-remote #477

Closed FeldrinH closed 10 months ago

FeldrinH commented 1 year ago

kvision-remote appears to currently support normal request-response methods and websockets. It would be nice if server-sent events (SSE) was also supported.

I personally find that for simple server-sent change notifications, SSE is much simpler to use and easier to implement reliably than a websocket based solution.

rjaros commented 10 months ago

Available in KVision 7.0.0