小鹿快传是一款Web端的P2P文件传输工具,使用了WebRTC技术实现P2P连接和文件传输。
- Get code
git clone https://github.com/fanchangyong/deershare
- Install dependencies
cd server && yarn && cd ..
cd client && yarn && cd ..
- Run server and client development server
cd server;
npm start
# in another terminal window
cd client;
npm start
- Open in browser
https://localhost:3000