Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 443 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 443 Bytes

MQTT Chat

This is a one on one real time chat app based on the MQTT protocol. Libraries used -

  1. Aedes as the MQTT broker
  2. MQTT.js as the client library
  3. React.js
  4. Redis for storing state and for MQTT pub-sub

Each username is unique and is allowed to chat with only one other username at a time.