Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 600 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 600 Bytes

Organism

A javascript MQTT producer/consumer to publish/subscribe topics and messages on a broker.

How to run

This is a Node.js application. Hence, we need to follow the instructions below to run it locally:

  1. install dependencies with command npm install;
  2. Run the command npm start;

We may host the app on a cloud machine by following instructions:

  1. Instanciation of a machine on a cloud platform (AWS, Azure, GCP);
  2. Login remotely;
  3. Import the service repository
  4. Utilize systemctl to manage the service;

Backlog

Docs needed.

Prelude

Docs needed.