https://github.com/hardwario/bch-hub-web
HARDWARIO Hub Web App
https://github.com/hardwario/bch-hub-web
hardwario mqtt nodejs react tower web
Last synced: 12 months ago
JSON representation
HARDWARIO Hub Web App
- Host: GitHub
- URL: https://github.com/hardwario/bch-hub-web
- Owner: hardwario
- License: mit
- Created: 2018-09-06T09:47:00.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T05:31:13.000Z (about 2 years ago)
- Last Synced: 2025-04-14T12:12:21.983Z (about 1 year ago)
- Topics: hardwario, mqtt, nodejs, react, tower, web
- Language: JavaScript
- Homepage:
- Size: 2.23 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HARDWARIO HUB web
[](https://travis-ci.org/bigclownlabs/bch-hub-web)
[](https://github.com/bigclownlabs/bch-hub-web/releases)
[](https://github.com/bigclownlabs/bch-hub-web/blob/master/LICENSE)
[](https://twitter.com/hardwario_en)
## How it works
Bigclown Hub is a simple static webpage that acts as a guidepost to all services running in raspberry pi or your computer/server.
Links on the left side displays paired devices, MQTT messages or node-red or node-red dashboard. The node-red pages are displayed using frames.
For running this the simpliest solution is install nginx `apt install nginx` and copy the content of this repository to `/var/www` folder.
The message tab is using Mosquitto's MQTT over websockets, so you have to enable that functionality in mosquitto config file.
## Development
git clone https://github.com/bigclownlabs/bch-hub-web.git
cd bch-hub-web
npm install
npm start
## Build
npm run build
### Test build
npm install http-server -g
http-server dist
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT/) - see the [LICENSE](LICENSE) file for details.
---
Made with ❤ by [**HARDWARIO a.s.**](https://www.hardwario.com/) in the heart of Europe.