Home

Awesome

<h1 align="center">FastSend 文件快传 🚀</h1> <p align="center"> <img alt="Version" src="https://img.shields.io/badge/version-0.5.6-blue.svg?style=flat-square" /> <a href="#" target="_blank"> <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square" /> </a> </p> <p align="center"> <img src="./public/ogImg.webp" /> </p>

📖 项目介绍

FastSend 是一个基于 WebRTC 技术的点对点文件传输工具,支持快速的目录同步和文件传输。通过浏览器即可实现安全、高效的文件共享。

🌐 在线体验:fastsend.ing

✨ 特性

🛠️ 技术栈

📦 安装与构建

# 安装依赖
yarn install

# 构建项目
yarn build

🚀 使用方法

# 启动服务
node .output/server/index.mjs

🐳 Docker和Docker Compose

Docker 构建

docker build -t fastsend .
docker run -d --name fastsend -p 3000:3000 fastsend

Docker Compose

将项目拉取到本地,然后运行:

docker-compose up -d

访问 http://localhost:3000 即可使用。

💡 使用提示

  1. 确保浏览器启用了 WebRTC 功能
  2. 如需传输文件夹,请确保浏览器支持现代文件系统 API
  3. 在同一局域网内传输速度最快
  4. 建议在网络状态良好时使用

👨‍💻 作者

ShouChen

🤝 贡献

欢迎提交 Issue 和 Pull Request!

📝 开源协议

本项目基于 MIT 协议开源。

⭐ 支持项目

如果这个项目对你有帮助,欢迎给一个 star 支持一下!


<a href="https://star-history.com/#ShouChenICU/Fastsend&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ShouChenICU/Fastsend&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ShouChenICU/Fastsend&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ShouChenICU/Fastsend&type=Date" /> </picture> </a>