We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
I just wanted to ask is you are your Socket IO components ( https://www.esegece.com/websockets/apis/socket-io ) compatible with standard FMX platforms ( Win32/64, Android, iOS, Mac ) ? If they are compatible can you tell me what components are you using under the hood to connect to socket io client to server ? I assume that you are using Indy components, am I right ?
Thank you for your answer and I wish you all best!
Yes, socket.io component is fully compatible with FMX.
Components required are TsgcWebSocketClient which is based on Indy component and TsgcWSAPI_SocketIO which implements connection to server socket.io components. There is a demo in client folder which shows how connect to several websocket servers, one of them is socket.io.