oortcloud/node-ddp-client

Using in the browser?

Opened this issue · 1 comments

I thought I could use this in a browser environment, but Webpack complains that it can't find the net and tls modules, which seems to mean this package only runs on the server-side where those Node.js can be imported.

Is there a way to use in the browser?

I'm not sure, but, have you tried browserify?