Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

端到端即时通讯的渐进式网络应用

Awesome Lists containing this project

README

        

# Dropzone

## 项目简介

基于[Snapdrop](https://github.com/RobinLinus/Snapdrop)开发的以Deno为后端的版本。

## 项目目标

- 🌖 去除原项目中导入的第三方库,使用Deno原生API替代。
- 🌗 使用现代ES6+语法重构代码。
- 🌘 完善WSPeer。
- 🌘 使用Deno的BroadcastChannel API完成不同区域Peer之间的通讯。
- ...

## 欢迎贡献

欢迎提交PR,一起完善这个项目。