rabbitmq-tutorials/javascript-nodejs-stream/README.md
icappello bfe6dd09fd
Hello World for nodejs stream client (#403)
* add: simple publish/receive examples for the nodejs stream client
2024-05-09 07:23:05 +02:00

710 B

Node.js code for RabbitMQ stream tutorials

Here you can find JavaScript (Node) code examples from RabbitMQ tutorials related to the Stream plugin.

To successfully use the examples you will need a running RabbitMQ server.

Requirements

Apart from Node.js, these examples use the rabbitmq-stream-js-client client library.

Code

Code examples are executed via npm:

npm run publish
npm run receive

To learn more, see coders51/rabbitmq-stream-js-client.