nativescript-websockets
nativescript-websockets copied to clipboard
Websockets for NativeScript
Hi All, I am new to websocket. I need to connect to a websocket in an android device via wss://. However, I cannot do so, exception is shown as below:...
This represents the changes needed to prevent the Nativescript build from failing during the StaticBindingGenerator process. That process apparently uses a Javascript parser that isn't compatible with certain modern syntaxes....
I am trying to move from "nativescript/websockets" to @master.technology/websockets. I have successfully installed @master.technology/websockets and uninstalled "nativescript/websockets" But I am getting below error during build phase ("tns build android"). I...
I'm getting 1006 code on iOS. It is working fine on Android. You can also see in code if I'm doing wrong so please let me correct. var mySocket =...
Hi, Are there any examples on how to use this project with NativeScript 2.0 and Angular2? Thanks
I'm attempting to connect to a websocket, and the way the particular service works is that they'll issue a 301 redirect to a new URL and then establish the socket...
Hi, do you plan to add a support for the ping message? I've done some work on it, however it works only for the iOS part as the Android code...