Skip to content

setup web dashboard #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

setup web dashboard #62

wants to merge 32 commits into from

Conversation

darixsamani
Copy link

@darixsamani darixsamani commented May 30, 2024

In this pull request, I have created a folder specifically for building a web dashboard. The purpose of the dashboard is to visualize the resources of the MQTT server by consuming the REST API.

I want to build this dashboard with React. The aim is to create a web dashboard that consumes the API endpoints.

In this folder, I just added a dependency that I used to create this dashboard, such as data-table-component and ant-design.

in the future, I will write Dockerfile to dockerize this web dashboard

@rmqtt
Copy link
Collaborator

rmqtt commented May 30, 2024

Firstly, thank you for your work on rmqtt. Regarding the dashboard, I have the following two ideas:

  1. Implement the dashboard as a plugin for rmqtt and bundle it with the rmqtt main program for release. You can use the Salvo framework as the web container.
  2. Alternatively, develop a standalone dashboard project for rmqtt.

@darixsamani
Copy link
Author

First, I will create a standalone dashboard and then use Salvo to create another one. Is that okay with you?

@rmqtt
Copy link
Collaborator

rmqtt commented May 30, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants