nativescript-nodeify icon indicating copy to clipboard operation
nativescript-nodeify copied to clipboard

Will node's net or tls modules work using this?

Open rhclayto opened this issue 6 years ago • 2 comments

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.

rhclayto avatar Jan 19 '19 07:01 rhclayto

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.

jjstrat3 avatar Feb 13 '19 22:02 jjstrat3

+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.

wpatter6 avatar Jun 18 '19 19:06 wpatter6