Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathquis/node-hermes-protocol
- Owner: mathquis
- Created: 2020-02-24T10:24:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T07:54:30.000Z (5 months ago)
- Last Synced: 2024-09-28T14:01:22.117Z (about 1 month ago)
- Topics: hermes, mqtt, nodejs, protocol
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'
}
})
```