Skip to content

NY0510/triangleDrop

Repository files navigation

Triangle Drop

wakatime

소개

TriangleDrop이란 WebRTC의 Datachannel 을 이용한 간단한 파일 공유 및 메시지 웹앱입니다.

사용해보기

사용방법

  1. triangledrop.obtuse.kr 로 접속합니다.

  2. 화면에 표시된 코드를 상대방에게 공유하거나, 상대방이 나에게 코드를 공유해 줍니다.

  3. 상대방에게 코드를 공유받았다면, 그 코드를 하단 입력란에 입력해줍니다.

  4. 연결되었습니다! 자유롭게 파일을 주고받으시면 됩니다.

Installation

  1. Clone the repository
git clone https://github.com/NY0510/triangleDrop
  1. Install dependencies
cd triangleDrop
npm install
  1. Run the application
npm start