rabbitmq-tutorials/javascript-nodejs-stream
2024-05-25 20:57:11 +09:00
..
.gitignore Hello World for nodejs stream client (#403) 2024-05-09 07:23:05 +02:00
package-lock.json Hello World for nodejs stream client (#403) 2024-05-09 07:23:05 +02:00
package.json Hello World for nodejs stream client (#403) 2024-05-09 07:23:05 +02:00
README.md Added RabbitMQ streams setup to README 2024-05-25 20:57:11 +09:00
receive.js Hello World for nodejs stream client (#403) 2024-05-09 07:23:05 +02:00
send.js Hello World for nodejs stream client (#403) 2024-05-09 07:23:05 +02:00

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 with the stream plugin enabled.

You can easily set this up by starting RabbitMQ with Streams Enabled.

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.