Skip to content

RAET for reactive streams #11

Open
@SmithSamuelM

Description

@SmithSamuelM

The RAET (Reliable Asynchronous Event Transport) protocol seems like a good fit for reactive streams. Its currently only implemented in Python but the protocol is simple enough that porting to JavaScript and other languages should be relatively straightforward. It is Asynchronous Message Based. Uses LibSodium (NACL) for end to end encryption and signing. Message bodies can either be raw binary (whatever) or serialized with json or msg pack. The protocol is extensible and modular.

See

https://github.com/RaetProtocol/raet

https://github.com/RaetProtocol/raet/blob/master/docs/topics/tutorial.rst

It is used in production by SaltStack and Plenum

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions