- Download this repository to your machine.
- Move to the directory and type
npm i
to install all the node dependencies. - Run the dev environment, use
npm run electron:serve
- To build the app for Windows environment(Executable), use the command
npm run win-build
- For the very first time you need to configure the app with the botstrap server(s) URL, username and password. You can also set the consumer group to be used.
Once the app sucessfully connects with the broker/cluster the bottom bar will show the controller URL and also the status (green)
The bottom bar also diplays the total size of the embedded database. It also lets you delete data from the database. You can do so by clicking on the purge button. Yu can select which type of data you want to remove as well.
- In the home page you can you can add topic to subscribe to and topic yu want to publish to.
to be continued.....
Distributed under the AGPLv3 License. See LICENSE.md
for more information.