This is a copy of node-snapdrop (by Bellisario), which is just the original Snapdrop, but with a complete Node.js server.
This fork of node-snapdrop has been created to:
- Translate the Snapdrop UI to German.
- Add a QR code to the UI
- Host an own Snapdrop server at drop.rafaelurben.ch.
Just the original Snapdrop, with complete Node.js server.
Note
We do not endorse any recent changes made to the original Snapdrop, sold to LimeWire & considered badware by uBlock Origin, so we removed all the links referring to it.
This repository acts as a pre-LimeWire & Node.js version of the good old Snapdrop.
To get started, clone and cd the repo:
git clone https://github.com/rafaelurben/node-snapdrop.git && cd node-snapdropInstall all dependencies with NPM:
npm installStart the server with:
node index.jsIf you want to run in your public "sharable" IP instead of locally, you can use this command:
node index.js publicTip
Remember to check your IP Address using your OS command to see where you can access the server.
We ❤️ contributions!
Feel free to open an issue or a pull request but follow Contributing Guidelines.
If you don't know where to start, check out the help wanted issues!
GPL-3.0 License here.