Which is better to choose Ktor http2 or WebSockets...
# server
v
Which is better to choose Ktor http2 or WebSockets?
c
what is your use case?
v
For chat. https://stackoverflow.com/questions/28582935/does-http-2-make-websockets-obsolete But I think there are fewer problems with WebSockets
c
websockets, chrome has removed support for http2 push
🙏 1
1
c
do you need push for this? that SO answer indicates you can use fetch for sending messages and server sent events for receiving