Connection via WebSocket in Anroid App

Post here your questions about the Java client / Android API for SFS2X

Moderators: Lapo, Bax

Post Reply
styx
Posts: 68
Joined: 13 May 2010, 19:41
Location: Poland

Connection via WebSocket in Anroid App

Post 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?
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: Connection via WebSocket in Anroid App

Post 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
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply