aptly
aptly copied to clipboard
Event bus
Hi, Just starting with aptly in production, great project, congrats !
Today i was looking for a way to send a message on one of our Slack channels each time there is an update on a specific package.
Since there is a daemon, it could be cool to have an event bus (basically a socket server) where clients can connect to and listen for events, as json string for example
Dont know if it already exists or if there is any plan to do but i think its quite straightforward to implement and will help aptly being more integrated in existing infrastructure