The major problem is that when build ws module with gyp, it tries to download binary from https://nodejs.org/download/release/v5.10.1/node-v5.10.1-headers.tar.gz
I don’t think I can change this behavior, but I think I can skip ws if I never use web socket, right? On 25/5/2016, 6:35 PM, "Daniel Wu" <[email protected]> wrote: >Hi guys, > > > >I am using nodejs thrift, and I don’t use web socket, can I skip ws? It’s hell >slow! > > > >Thanks, > >Daniel >
