Send data using wlan in cordova app
问题 I want to develop an ionic app that can send receive data using wlan to other devices connected to the same network without internet. Is there any plugin or method available in cordova to send/receive data in local networks. 回答1: Use this plugin: https://www.npmjs.com/package/cordova-plugin-chrome-apps-socket I have included it in two of my apps to exchange data between devices in the same network via sockets. I use it also to implement a local webserver on the devices. It works on iOS and