WS statt Telnet

This commit is contained in:
chk
2026-03-09 20:15:18 +01:00
parent 9480f40233
commit f2a675a652
8 changed files with 221 additions and 327 deletions

View File

@@ -6,7 +6,17 @@
"start": "node server/server.js"
},
"dependencies": {
"express": "^4.18.2",
"ws": "^8.16.0"
}
"express": "^4.22.1",
"telnet-stream": "^1.1.0",
"ws": "^8.19.0"
},
"description": "WebPage to show X-Z-Options. The FluidNC is connected to this app.",
"repository": {
"type": "git",
"url": "http://thinkcentre.local:3000/ChK/appRobotControlScara.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}