Initial — Node.js IoT Dashboard with Chart.js

This commit is contained in:
2026-07-21 18:19:10 +04:00
commit 42eb636f3e
3 changed files with 208 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "tf-iot-dashboard",
"version": "1.0.0",
"description": "IoT Dashboard — Node.js + Redis + Chart.js",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0",
"redis": "^4.7.0"
}
}