Files
filedrop/README.md
agent 4b34a85599 init: FileDrop phase1 architecture and scaffold
- Rust axum signaling server with WebSocket support
- Lit + TypeScript frontend with Vite
- Redis session storage with TTL
- WebRTC transport and crypto client stubs
- Phase1 architecture plan in plans/
- Deploy directory structure prepared
2026-04-09 10:32:06 +08:00

39 lines
435 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FileDrop
安全无痕文件传输 Web App
## 特性
- 免费、无注册、无历史记录
- 优先局域网WebRTC 直连
- 浏览器端端到端加密
- 传完即销毁
## 技术栈
- 前端Lit + TypeScript + Vite
- 后端Rust + axum
- 存储Redis
- NAT 穿透coturn
## 开发
### 后端
```bash
cd server
cargo run
```
### 前端
```bash
cd web
npm install
npm run dev
```
## 部署
`deploy/` 目录