项目作者: jyotman

项目描述 :
Real time chat using the MQTT protocol
高级语言: JavaScript
项目地址: git://github.com/jyotman/mqtt-chat.git
创建时间: 2017-06-17T18:53:56Z
项目社区:https://github.com/jyotman/mqtt-chat

开源协议:Apache License 2.0

下载


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.