bufferutil
bufferutil copied to clipboard
WebSocket buffer utils
Whenever i try to install it, i get this error while node-gyp builds `gyp: Undefined variable android_ndk_path in binding.gyp while trying to load binding.gyp`
This PR ensures that `bufferutil.node` is not loaded if the environment variable `WS_NO_BUFFER_UTIL` is set. I'm in a somewhat weird situation: I want to build an app that needs to...
In `binding.gyp`, we check whether or not the Clang version is greater than or equal to 12.0.0. This is always true on modern macOS systems. Specifically, anything with macOS 11...