←back to thread

439 points david927 | 1 comments | | HN request time: 0.257s | source

What are you working on? Any new ideas which you're thinking about?
1. messagebus ◴[] No.44428949[source]
I've been working on a simple, multi-protocol, global pub/sub system. https://messagebus.org/

It currently supports subscribing, publishing, and unsubscribing in JMS, MQTT5, Redis, and Websockets, and send-only in SNS.

I'm not really sure who might use it, but it's been fun.