Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guilospanck/rabbitmq-and-mqtt-on-node

Some tutorials of RabbitMQ and MQTT using Nodejs.
https://github.com/guilospanck/rabbitmq-and-mqtt-on-node

mqtt nodejs rabbitmq

Last synced: 28 days ago
JSON representation

Some tutorials of RabbitMQ and MQTT using Nodejs.

Awesome Lists containing this project

README

        

# RabbitMQAndMQTT_OnNode
Some tutorials of RabbitMQ and MQTT using Nodejs.

## Installation
Clone the repository:
```bash
git clone https://github.com/Guilospanck/RabbitMQAndMQTT_OnNode.git
```
Be sure to have [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/getting-started/install). Go to the folder of your choice, and then run:
```bash
yarn
```
To install all packages described in the package.json file, and
```bash
node file.js
```