Page 1 of 1

Connection via WebSocket in Anroid App

Posted: 02 Nov 2015, 12:20
by styx
Hi

Is it possible to connect to smartfox via WebSocket through the Android API?

is it another way to connect via WebSocket from android application?

Re: Connection via WebSocket in Anroid App

Posted: 02 Nov 2015, 16:50
by Lapo
Hello,
no, there isn't.

The Android API work with TCP sockets which offers the most optimized way to talk to SmartFoxServer 2X.

Websockets is an alternative way of connecting for clients unable to use TCP sockets, specifically HTML 5 / JS applications and games.

Cheers