Переработаны роутеры приложения

Переписано APi WebSocket для работы с новыми роутерами
This commit is contained in:
2025-10-03 17:11:31 +03:00
parent d75fb7ec3d
commit 6ec6523d71
54 changed files with 2593 additions and 3749 deletions

18
ws_old/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "WS Sheep Service",
"version": "1.0.1",
"main": "ws.js",
"scripts": {
"start": "node ws.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"sqlite3": "^5.1.7",
"url": "^0.11.4",
"ws": "^8.18.0",
"dotenv": "^17.2.0"
}
}