An open API service indexing awesome lists of open source software.

https://github.com/arpith/chat-pubsub

Chat client using https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern
https://github.com/arpith/chat-pubsub

Last synced: 14 days ago
JSON representation

Chat client using https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern

Awesome Lists containing this project

README

          

# chat-pubsub
Chat client using [publish subscribe pattern](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern) (Refactor of https://github.com/arpith/chat-server)

The clients, upon connecting, will subscribe to the message bus. New messages are put on the bus.
A logging utility subscribes to the message bus and saves all messages to file.