Search code examples
cordovasocketsionic-frameworktcpudp

cordova socket programming to communicate two android device


I have two cordova ionic apps, which needs to communicate using sockets. is there any solution or plugin in cordova, in which i can create one server application and other as client application to start communicate. is there any solution or example that can resolve that issue. any help will be greatly appreciated thanks.


Solution

  • Thanx all for your response and help truly appreciated, i made it done with chrome tcp socket although i dont have info of peer devices i.e. IP of peer devices, for that i have to use three different cordova plugins to establish peer to peer communication.