Messenger is a simple pub/sub based on the idea that messages are tagged.
The server and client exchange messages using a TCP connection and a JSON encoder/decoder.
go install github.com/tkitsunai/messenger
- Support Subject Matcher.
- Provides Publishing/Subscription for subject lines using pattern matching, not just simple strings.
- Support for Administrators.
- Provide performance and server metrics.
- Add authorization role and features.
- Support server clustering.
- Support for message persistent.
- ideal
- ideal
- ideal