Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 339 Bytes

File metadata and controls

20 lines (16 loc) · 339 Bytes

Remote-control

使用vue, koa, webrtc编写的前端远程控制demo

可以映射本地鼠标轨迹和各种事件给远程系统,远程系统获取指令做执行操作,也可以向本地发送反馈信息

初始化

npm install

启动服务端

 node server.js

启动前端

cd webrtc-main
npm start