Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intpfx/dropzone
端到端即时通讯的渐进式网络应用
https://github.com/intpfx/dropzone
deno dropzone p2p pwa share snapdrop webrtc
Last synced: about 1 month ago
JSON representation
端到端即时通讯的渐进式网络应用
- Host: GitHub
- URL: https://github.com/intpfx/dropzone
- Owner: intpfx
- License: gpl-3.0
- Created: 2024-07-17T13:59:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T15:44:06.000Z (about 2 months ago)
- Last Synced: 2024-11-08T16:39:36.566Z (about 2 months ago)
- Topics: deno, dropzone, p2p, pwa, share, snapdrop, webrtc
- Language: JavaScript
- Homepage: https://dropzone.deno.dev
- Size: 580 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dropzone
## 项目简介
基于[Snapdrop](https://github.com/RobinLinus/Snapdrop)开发的以Deno为后端的版本。
## 项目目标
- 🌖 去除原项目中导入的第三方库,使用Deno原生API替代。
- 🌗 使用现代ES6+语法重构代码。
- 🌘 完善WSPeer。
- 🌘 使用Deno的BroadcastChannel API完成不同区域Peer之间的通讯。
- ...## 欢迎贡献
欢迎提交PR,一起完善这个项目。