Cellular UDP Phone Sockets?

Is it possible to set UDP sockets for Phonegap application? Any plugin available or such? It must be compatible with Android and iPhone.

I know that TCP is accessible via web sockets, but I need UDP for the application I am developing (because of its speed).

Thanks in advance.

+5
source share
1 answer

Perhaps this works? I consider this issue almost two years after the OP, but I found the chrome cordova UDP plugin. I don’t know anything about this, but I thought it could help.

https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-sockets-udp

NPM... , , https://www.npmjs.com/package/cordova-plugin-chrome-apps-sockets-udp

+3

All Articles