Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonrailgun/lafdrop
Snapdrop in Laf
https://github.com/moonrailgun/lafdrop
Last synced: 5 days ago
JSON representation
Snapdrop in Laf
- Host: GitHub
- URL: https://github.com/moonrailgun/lafdrop
- Owner: moonrailgun
- License: gpl-3.0
- Created: 2023-03-29T10:39:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-29T11:22:00.000Z (over 1 year ago)
- Last Synced: 2024-08-03T10:21:51.730Z (4 months ago)
- Language: JavaScript
- Size: 2.78 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laf - lafdrop - Snapdrop in Laf,局域网 p2p 文件传输 (**Laf 作品**)
README
# lafdrop
Snapdrop in Laf
![](./docs/demo.gif)
## Try it online
[Online Demo](https://uui1ik-static.site.laf.dev/)
## How to deploy in laf
- create laf app
- modify `laf.yaml` to your own `name` and `appid`
- modify `static/scripts/network.js#_endpoint` with your own path.
- push func and static file
```bash
laf login
laf func push
laf dep push
laf storage push static static
```
- open laf dashboard with browser, you can found everything is done, and you can visit## Open Source
This repo is Laf version of [Snapdrop](https://github.com/RobinLinus/snapdrop), Because [Snapdrop](https://github.com/RobinLinus/snapdrop) open source with GPL-3.0, so [lafdrop](https://github.com/moonrailgun/lafdrop) is also under GPL-3.0.