1
0
Fork
You've already forked mqtt-chat-cli
0
A CLI chat experiment using MQTT Pub Sub and Node.js
  • JavaScript 100%
Evangelos Pragalakis d9f971c19a README & screenshot
2022年05月31日 04:44:14 +01:00
.gitignore add .gitignore 2022年05月31日 04:42:31 +01:00
client.js add client 2022年05月31日 04:42:09 +01:00
package-lock.json add client 2022年05月31日 04:42:09 +01:00
package.json add client 2022年05月31日 04:42:09 +01:00
README.md README & screenshot 2022年05月31日 04:44:14 +01:00
screenshot.png README & screenshot 2022年05月31日 04:44:14 +01:00
server.js add server 2022年05月31日 04:40:28 +01:00

A CLI Chat experiment using MQTT Pub Sub

screenshot

Install

npm install

Start the server

npm run server

  • It serves at: mqtt://localhost:1883

Start the client

npm run client

  • You can change the username if you don't want to use a random string as your username.

Dependencies