TriangleDrop이란 WebRTC의 Datachannel 을 이용한 간단한 파일 공유 및 메시지 웹앱입니다.
-
triangledrop.obtuse.kr 로 접속합니다.
-
화면에 표시된 코드를 상대방에게 공유하거나, 상대방이 나에게 코드를 공유해 줍니다.
-
상대방에게 코드를 공유받았다면, 그 코드를 하단 입력란에 입력해줍니다.
-
연결되었습니다! 자유롭게 파일을 주고받으시면 됩니다.
- Clone the repository
git clone https://github.com/NY0510/triangleDrop
- Install dependencies
cd triangleDrop
npm install
- Run the application
npm start