Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mathquis/node-hermes-protocol

Hermes protocol for Node.js using MQTT
https://github.com/mathquis/node-hermes-protocol

hermes mqtt nodejs protocol

Last synced: 26 days ago
JSON representation

Hermes protocol for Node.js using MQTT

Awesome Lists containing this project

README

        

# node-hermes-protocol

[![npm version](https://badge.fury.io/js/%40mathquis%2Fnode-hermes-protocol.svg)](https://badge.fury.io/js/%40mathquis%2Fnode-hermes-protocol)

Hermes protocol for Node.js using MQTT

### Installation

```bash
npm i @mathquis/node-hermes-protocol
```

### Usage

```javascript
const Hermes = require('@mathquis/node-hermes-protocol')

const client = Hermes({
mqtt: {
host: 'mqtt://localhost:1883'
}
})
```