Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAET for reactive streams #11

Open
SmithSamuelM opened this issue Dec 16, 2016 · 0 comments
Open

RAET for reactive streams #11

SmithSamuelM opened this issue Dec 16, 2016 · 0 comments

Comments

@SmithSamuelM
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant