This commit is contained in:
sebseb7
2025-12-27 20:09:42 +01:00
parent 07764c376b
commit ee1955c048
8 changed files with 433 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "wss-client-example",
"version": "1.0.0",
"description": "Example client for TischlerCtrl WebSocket API",
"main": "lib.js",
"type": "module",
"scripts": {
"start": "node example.js"
},
"dependencies": {
"ws": "^8.18.0"
}
}