beef331 / website

Code for the official Nim programming language website
https://nim-lang.org
18 stars 1 forks source link

Suber #8

Closed olliNiinivaara closed 3 years ago

olliNiinivaara commented 3 years ago

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.