• Stars
    star
    1,134
  • Rank 41,064 (Top 0.9 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

小鹿快传,一款在线P2P文件传输工具,使用WebSocket + WebRTC技术

小鹿快传 - 在线P2P文件传输工具

小鹿快传是一款Web端的P2P文件传输工具,使用了WebRTC技术实现P2P连接和文件传输。

产品截图

Get Started

  1. Get code
git clone https://github.com/fanchangyong/deershare
  1. Install dependencies
cd server && yarn && cd ..
cd client && yarn && cd ..
  1. Run server and client development server
cd server;
npm start
# in another terminal window
cd client;
npm start
  1. Open in browser
https://localhost:3000