nativescript-nodeify
nativescript-nodeify copied to clipboard
Will node's net or tls modules work using this?
Hi,
I'm wondering if this plugin will allow the use of node's net
or tls
modules. If not, would the net-browserify
module help at all? https://github.com/emersion/net-browserify Or how about tls-browserify
: https://github.com/emersion/tls-browserify ? I see you already use https-browserify
.
I'd also be interested in knowing if this would shim/emulate use of Node's net
module. We need to create a TCP socket connection where our NativeScript app is the client.
+1 to this. I'd love to be able to host my socket.io server that my app uses within the app itself. Errors on child_process
, net
and tls
when I try to do so.