Skip to content

aiibe/mqtt-chat

Repository files navigation

MQTT Chat

Testing MQTT messaging with React client app and Aedes broker through websockets.

Client React

npm i
npm start # will expost to local network
# npm run dev

Server

cd broker
npm i
npm start