uWS server for Electron 13
npm install @streamr/uws-js-unofficial```
git clone --recursive https://github.com/ptesavol/uws-js-unofficial.git
cd uws-js-unofficial
npm install
./node_modules/.bin/electron-rebuild -v 13
The compiled binay can now be found in build/Release
``
cp build/Release/*.node binaries/
npm publish --access public
NOTE: These binaries do not support SSL or Compression. They were not necessary for our uses, and we had issues getting those to compile with the Electron headers.
Where such explicit notice is given, source code is licensed Apache License 2.0 which is a permissive OSI-approved license with very few limitations. Modified "forks" should be of nothing but licensed source code, and be made available under another product name. If you're uncertain about any of this, please ask before assuming.