Popularity
0.3
Growing
Activity
8.5
Declining
0
1
0

Description

A simple message broker implemented in rust.

The message frame looks like +--------+---------+----------+--------------+----------------+---------+-------+---------+ | header | version | pkt-type | topic-length | message-length | padding | topic | message | +--------+---------+----------+--------------+----------------+---------+-------+---------+ | 1 byte | 2 bytes | 1 byte | 1byte | 2 bytes | 1 byte | ..... | ..... | +--------+---------+----------+--------------+----------------+---------+-------+---------+

it's a 8 byte header followed by the topic and message.

Programming language: Rust

Simple-pub-sub alternatives and similar packages

Based on the "Utilities" category.
Alternatively, view simple-pub-sub alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Simple-pub-sub or a related project?

Add another 'Utilities' Package