# CheaterZero **Repository Path**: BaixuYan/cheater-zero ## Basic Information - **Project Name**: CheaterZero - **Description**: 实现对机器的远程控制,并提供HTTP接口。 后续可用来搭建群控平台。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2022-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 进入 frontend 文件夹, 提供 http 服务。(可利用 npm 的 http-server 组件) 2. 进入主文件夹, go build 然后运行编译产物 cd backend protoc --go_out=. proto/greeter.proto go build cd frontend //protoc --js_out=import_style=commonjs,binary:. .\proto\screentshot.proto npx pbjs -t json-module -w commonjs -o proto/proto.js proto/\*.proto