It would be quite nice if events could be broadcast over HTTP from Event Store, rather than the our software having to open a TCP connection (so change the direction)
Before we started using ES, we would push our events onto a message bus (iron.io) and the message bus would broadcast the event to out designated HTTP endpoints.
I would imagine it would be p[art of the Group configuration, where you could specify HTTP endpoints to send to (returning a 200 would be the same as Acknowledging an Event).
Thoughts?