project: 增加web和adb控制,未测试

This commit is contained in:
2026-07-17 19:17:10 +08:00
parent 5fb7b58fc3
commit b8edd5eff5
49 changed files with 5061 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "webrtc-controller-web-signaling",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "与现有 Spring 信令服务器协议兼容的轻量 Node 信令服务(可选,便于本地独立运行)",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"ws": "^8.17.0"
}
}