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

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

Awesome Lists containing this project

README

        

# mqtt-cli-irc
command line pub sub chat client

![preview](/screenshot.png?raw=true)

## 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
```