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
- Host: GitHub
- URL: https://github.com/arpith/chat-pubsub
- Owner: arpith
- License: mit
- Created: 2018-05-01T22:21:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T16:05:09.000Z (about 8 years ago)
- Last Synced: 2025-02-25T14:50:39.861Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.