Order notifications UI.
- First execute Apache Pulsar with:
docker run -it -p 6650:6650 -p 8080:8080 --mount source=pulsardata,target=/pulsar/data --mount source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:2.10.3 bin/pulsar standalone
- Then, you could run
node consumer.cjs
withnode producer.cjs
for test sending events through a topic.
- Run Apache Pulsar
- Execute
node index.js
. cd dashboard
and thennpm start
.- Your dashboard is ready for receiving notifications.
- MIT license
- Copyright 2023 © Monolito Solutions