microq

command module
v0.0.0-...-354bb4a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: MIT Imports: 8 Imported by: 0

README

microq

A tiny event broker.

Features

  • Websocket support
  • TCP support
  • Grouped subscriptions
  • Offline messages
  • Clustering
  • QoS (0, 1, 2)
  • Topics & Patterns
Subscriptions

Topics and patterns are heavily inspired by NATS's subject-based messaging.

Unsub and Sub actions set on clients are applied in that order.

# Sample algorithm only
SUB us.*
UNSUB us.payments
PUB us.accounts -> this will still be received by client
PUB us.payments -> this will not be received
SUB us.payments
PUB us.payments -> this will now be received

Why does this exist?

Because.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL