Raw TCP / UDP sockets

Hi,

I would like to use raw TCP / UDP sockets (like Berkley Sockets) in Ionic 3.9.2.
Does anybody know if there is an Angular/Cordova NPM package out there?

Best,
Janus

Some of mine earlier fiddles in tcp and udp

Thanks. I assume UDP is available as well. Is it still a common approach using Chrome sockets or is there also a TypeScript RxJS version available?

You need that plugin which obviously is not typescript per se (but cordova)

Typescript is easy to make yourself. See also my repository which has an udp version

using this plugin , is it possible to udp multicast ? if possible then please share with us because we are facing problem