Hello,
i want to make a TCP Client with Ionic, is there a way to do this ?
Hello,
i want to make a TCP Client with Ionic, is there a way to do this ?
Ionic is a UI component library, so you can use it for the interface of your application. Low level functions like that would have to be handled using either existing third party plugins or custom ones you author.
So Chrome TCP sockets seems to be the only plugin that is really working, but there is no really documentation, how to implement and handle it.