jokk-itu / PythonKindergarten

A refactored version of the minitwit application
https://pythonkindergarten.tech
Apache License 2.0
1 stars 1 forks source link

Complete basic chat functionality #89

Closed victornor closed 3 years ago

victornor commented 3 years ago

Description

Complete basic chat functionality with an MQTT WS chat client. Chat messages are published to a RabbitMQ broker, which binds the topic exchange (used with mqtt) to a message queue with persistence. Currently no chat history is fetched when connecting, only new messages are shown. Group chats are supported by connecting multiple people to the same thread id.

Changelist