https://github.com/ibm-messaging/mqlight-ui-workout
Generates work to demonstrate the MQ Light web UI
https://github.com/ibm-messaging/mqlight-ui-workout
Last synced: 2 months ago
JSON representation
Generates work to demonstrate the MQ Light web UI
- Host: GitHub
- URL: https://github.com/ibm-messaging/mqlight-ui-workout
- Owner: ibm-messaging
- License: epl-1.0
- Created: 2014-07-08T13:35:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T08:55:41.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T23:53:16.009Z (4 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MQ Light UI Workout
===================This sample generates some load for the MQ Light web UI to demonstrate its features.
Follow the instructions in our [getting started](https://www.ibmdw.net/messaging/mq-light/getting-started-mq-light/) page to install and start MQ Light. Then, in the directory you downloaded this sample, run
```
npm install
```to install the required modules, followed by
```
node app.js
```to run the app.
Navigate to the MQ Light web UI (Default: [http://localhost:9180/#page=home](http://localhost:9180/#page=home)) to see clients connects and messages being sent. For an explanation of the web UI, check out [this article](https://developer.ibm.com/messaging/mq-light/ui-tooling-design/).