Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yjmp14/wulingate
A Cross-Platform Files Transfer Web App.
https://github.com/yjmp14/wulingate
cross-platform file-sharing p2p webrtc
Last synced: 14 days ago
JSON representation
A Cross-Platform Files Transfer Web App.
- Host: GitHub
- URL: https://github.com/yjmp14/wulingate
- Owner: yjmp14
- License: gpl-3.0
- Fork: true (RobinLinus/snapdrop)
- Created: 2021-03-02T12:10:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T15:17:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:45:19.505Z (3 months ago)
- Topics: cross-platform, file-sharing, p2p, webrtc
- Language: JavaScript
- Homepage: https://wulingate.com
- Size: 3.05 MB
- Stars: 31
- Watchers: 2
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# WulinGate
[WulinGate](https://wulingate.com/en/): local and internet file sharing in your browser. Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop)
## Main difference from original Snapdrop
* Using a 4-digits number as device name instead of two English words.
* Has internet transfer capability, which based on a 6-digits number room system.
* The [website](https://www.wulingate.com/en/) using my own turn server instead of a public stun server, thus guaranteed transfer success rate in internet transfer situation and in complex network environment (public wifi, company network, etc.).
* Has a received messages list, which can show last 20 received messages.#### WulinGate is built with the following awesome technologies:
* Vanilla HTML5 / ES6 / CSS3 frontend
* [WebRTC](http://webrtc.org/) / [WebSockets](http://www.websocket.org/)
* [NodeJS](https://nodejs.org/en/) backend
* [Progressive Web App](https://wikipedia.org/wiki/Progressive_Web_App)Have any questions? Read our [FAQ](/docs/faq.md).