Closed ali80 closed 2 years ago
Hi, thanks for great work many pub/sub libs support wildcard subscriptions. simple wildcards like redis: https://redis.io/docs/manual/pubsub/#pattern-matching-subscriptions or more complex ones like: https://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices/
do you have any plans to support this? currently I should implement this myself or use a different pattern for subscriptions
Does https://github.com/mroderick/PubSubJS#hierarchical-addressing not do what you need?
Don't know how I missed this, Sorry and many thanks for your awesome work
Hi, thanks for great work many pub/sub libs support wildcard subscriptions. simple wildcards like redis: https://redis.io/docs/manual/pubsub/#pattern-matching-subscriptions or more complex ones like: https://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices/
do you have any plans to support this? currently I should implement this myself or use a different pattern for subscriptions