Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Scanood/onemouse
🐹一个基于electron和WebRTC的内网远程控制软件。
https://github.com/Scanood/onemouse
electron socket-io vue webrtc
Last synced: 2 months ago
JSON representation
🐹一个基于electron和WebRTC的内网远程控制软件。
- Host: GitHub
- URL: https://github.com/Scanood/onemouse
- Owner: Scanood
- License: mit
- Created: 2024-06-21T03:42:00.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T13:50:07.000Z (3 months ago)
- Last Synced: 2024-08-27T15:20:53.262Z (3 months ago)
- Topics: electron, socket-io, vue, webrtc
- Language: TypeScript
- Homepage:
- Size: 870 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🍍Introduction
一个内网远程控制工具,对鼠标、键盘和屏幕可以分别选择是否控制。## 🍓Software Interface
https://github.com/user-attachments/assets/5722ff76-48a6-4efa-97da-d36539c7e1a5
## 🍉Installation
1. 下载源代码:
```bash
git clone https://github.com/Scanood/onemouse.git
```
2. 安装依赖:
```bash
cd onemouse
npm i
```
3. 启动:
```bash
npm run start
```
更多设置请查阅:[Electron Forge](https://www.electronforge.io/)## 🍞License
[MIT License](./LICENSE)