donskytech / mqtt-custom-dashboard-node-js

A custom MQTT dashboard built using Node.js that can be used to display sensor readings from a BME280 sensor
Apache License 2.0
40 stars 30 forks source link

No Node.js? #2

Open bam80 opened 8 months ago

bam80 commented 8 months ago

Hi, thanks for the project. Do you think it is possible to build something like this but without Node.js or any other WEB-server requirement?

donskytech commented 8 months ago

Yes it should work

bam80 commented 8 months ago

Is it possible to achieve that with this project?

I heard for Vue apps we can build them special way making them static: https://stackoverflow.com/questions/42484667/vue-files-without-nodejs

I see Vue is not used here but still maybe its' possible to achieve the same, making it fully offline Progressive Web App?