Posting: Suber is an in-process topic-based publish/subscribe engine with an in-memory cache. I'm primarily aiming it for situations where a server is pushing messages to clients but connections may occasionally fail, and therefore a fast method for redelivering missed messages comes in handy. Probably also other valid use cases exist.
Name: Suber
Author: Allin
Posting: Suber is an in-process topic-based publish/subscribe engine with an in-memory cache. I'm primarily aiming it for situations where a server is pushing messages to clients but connections may occasionally fail, and therefore a fast method for redelivering missed messages comes in handy. Probably also other valid use cases exist.