TCP server with Ionic / Cordova

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?

1 Like

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.

…and this? https://github.com/Systronik/Phonegap-TCPServer

1 Like