blah work

This commit is contained in:
newtbot
2023-12-20 22:20:34 +08:00
parent 68ba9f8f67
commit 81553bd091
8 changed files with 307 additions and 12 deletions

5
Web-Server/index.js Normal file
View File

@ -0,0 +1,5 @@
//load paho mqtt subscriber
//load express server
const { app } = require("./modules/express.js");
const { mqttClient } = require("./modules/mqtt.js");