Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guilospanck/rabbitmq-and-mqtt-on-node
- Owner: Guilospanck
- Created: 2021-05-12T17:51:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T00:27:24.000Z (over 3 years ago)
- Last Synced: 2024-10-31T23:25:37.806Z (3 months ago)
- Topics: mqtt, nodejs, rabbitmq
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 thepackage.json
file, and
```bash
node file.js
```