https://kotlinlang.org logo
#android
Title
# android
j

Justin Tullgren

07/28/2020, 2:40 PM
Hi everyone. Does anyone recommend a websocket client/server library for use with android?
a

Adam Powell

07/28/2020, 2:41 PM
Okhttp is quite good
4
n

Nikolay Puliaev

07/28/2020, 2:41 PM
j

Justin Tullgren

07/28/2020, 2:46 PM
oh we already use okhttp so i can check that out thanks.
and thanks for scarlet! imma check it out
j

Julius

07/28/2020, 2:57 PM
j

Justin Tullgren

07/28/2020, 3:40 PM
thanks. i like how it calls out android specifically
p

psh

07/28/2020, 4:08 PM
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

Saket Poddar

08/03/2020, 11:15 AM
You can check mqtt as well, fairly huge data you can send via mqtt, OkHttp is also fine
44 Views