Just the original Snapdrop, with complete Electron App.
Modified from DrBassman/node-snapdrop so that when server & clients are on the same LAN, clients discover each other.
# install all dependencies
npm install
# start application in development
npm start
There is using bytenode to generate .jsc files.
Please note .jsc files must run with the same Node.js version that was used to compile it (using same architecture of course). Also, .jsc files are CPU-agnostic. However, you should run your tests before and after deployment, because V8 sanity checks include some checks related to CPU supported features, so this may cause errors in some rare cases.
# build application in production
npm run build