Hi everyone. Does anyone recommend a websocket cli...
# android
j
Hi everyone. Does anyone recommend a websocket client/server library for use with android?
a
Okhttp is quite good
4
n
j
oh we already use okhttp so i can check that out thanks.
and thanks for scarlet! imma check it out
j
j
thanks. i like how it calls out android specifically
p
OkHttp is fairly low-level. We opted to use Scarlet for our project because it handles the use-case of reconnecting a websocket that goes offline.
👍 1
s
You can check mqtt as well, fairly huge data you can send via mqtt, OkHttp is also fine