implement database and mqtt client to cache node info

This commit is contained in:
liamcottle
2024-03-13 03:46:50 +13:00
parent 2970e34a48
commit cef784f7da
46 changed files with 6733 additions and 131 deletions

View File

@ -9,8 +9,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"@prisma/client": "^5.11.0",
"express": "^4.18.3",
"node-cache": "^5.1.2"
"mqtt": "^5.3.6",
"protobufjs": "^7.2.6"
},
"devDependencies": {
"prisma": "^5.10.2"
}
}