How to create TCP Socket server connection using Angular in Ionic 4?

Hi,
I would like to create TCP Socket server connection in iOS and I’m using Angular in Ionic 4.
Is there any API available for it?

1 Like

Hi Joearul, not sure if you’ve found a good solution to this, but I found GitHub - Systronik/Phonegap-TCPServer: Phonegap TCP Server Plugin and am testing that, and similar approaches (with java native code in a plugin, in my case, on Android).

I am unsure at this time if that phonegap plugin will work, as it has been some time since it has been updated; However I will post on the forum if I make progress, as I see this is not an uncommon need.