Reputation: 3401
I can't find in the docs what are they using? Is it some native android implementation?
Is it websockets/ws? socket.io? websocket ++ ?
Upvotes: 2
Views: 241
Reputation: 4341
On Android it uses OkHttp WebSockets.
On iOS, it's a custom implementation.
Upvotes: 3