Hello there,
I want to know if is there a way to make an Ionic app listen to TCP connections (I want another app to connect to it and communicate).
Both devices will be on the same network.
Is that possible?
Hello there,
I want to know if is there a way to make an Ionic app listen to TCP connections (I want another app to connect to it and communicate).
Both devices will be on the same network.
Is that possible?
Probably you can do it using: https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-tcp
Unfortunately, “This plugin provides TCP >> client << sockets for Android and iOS.”
I want the mobile application to act as a server, so another device can connect to it.