https://github.com/ryleeharrison/mqtt-cli-irc
"irc" chat using MQTT protocol
https://github.com/ryleeharrison/mqtt-cli-irc
Last synced: about 1 month ago
JSON representation
"irc" chat using MQTT protocol
- Host: GitHub
- URL: https://github.com/ryleeharrison/mqtt-cli-irc
- Owner: RyLeeHarrison
- License: mit
- Created: 2018-08-02T13:43:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T13:59:04.000Z (over 6 years ago)
- Last Synced: 2025-01-31T12:17:28.079Z (3 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mqtt-cli-irc
command line pub sub chat client
## Quick start
Clone and run
```sh
git clone https://github.com/RyLeeHarrison/mqtt-cli-irc
cd mqtt-cli-irc-master
yarn install # or npm install
node mqtt_chat.js
```