Web - Getting Started
준비사항
프로젝트 생성 및 설정
npm init
npm i http-server
touch index.html
npx http-server
# Open browser "localhost:8081"SDK 설치 - npm
npm i @remotemonster/sdkimport Remon from '@remotemonster/sdk'<script src="node_modules/@remotemonster/sdk/remon.min.js"></script>SDK 설치 - Static Import
개발
Service Key
Service Key방송
방송 송출
방송 시청
Livecast통신
CommunicationLast updated