socketio
socketio copied to clipboard
Is Cross domain connection possible ?
Hello all,
I am trying to integrate socket-io server and client in my Android application, where one device will act as a server and another device as a client. The data will be requested by client and the server will respond back. This feature is working fine only if both the devices (server and client) are connected on same network. If they are connected on different networks then the socket itself is not getting connected.
So, is cross-domain connection supported by scalecube SocketIoServer ? If yes, then how to integrate it ?
Thanks.
Did you get answer? or how did you solve this?