Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JustSch/node-snapdrop-electron
A Self Contained Desktop Version Of Snapdrop Made With Electron
https://github.com/JustSch/node-snapdrop-electron
desktop-app electron file-sharing nodejs pwa snapdrop webrtc
Last synced: about 1 month ago
JSON representation
A Self Contained Desktop Version Of Snapdrop Made With Electron
- Host: GitHub
- URL: https://github.com/JustSch/node-snapdrop-electron
- Owner: JustSch
- License: mit
- Fork: true (Bellisario/node-snapdrop)
- Created: 2022-10-06T04:21:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T18:56:19.000Z (about 1 year ago)
- Last Synced: 2024-07-30T04:01:55.014Z (5 months ago)
- Topics: desktop-app, electron, file-sharing, nodejs, pwa, snapdrop, webrtc
- Language: JavaScript
- Homepage:
- Size: 2.11 MB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- gitcat - snapdrop-electron
README
# Snapdrop For Desktop
Local file sharing. Inspired by Apple's Airdrop.
Download the latest [release](https://github.com/JustSch/node-snapdrop-electron/releases/latest)
Note: Mac OS Version is named snapdrop-darwin-x64-x.x.x.zip
#
### Build It Yourself```bash
npm install
``````bash
npm run make
```
#Just the original [Snapdrop](https://github.com/RobinLinus/Snapdrop), as a self-contained Electron Desktop App.
Based on [Bellisario's nodejs version](https://github.com/Bellisario/node-snapdrop)
Includes LAN fix from https://github.com/DrBassman/node-snapdrop/