blob: 5a50b0ccfa4133b3abe1885d5558b99d8973bbcd (
plain) (
blame)
1
2
3
4
5
6
7
8
|
Reliable Asynchronous Event Transport protocol
RAET is designed to provide secure reliable scalable asynchronous message/event
transport over the internet in a micro-threaded multi-process application
framework that uses UDP for interhost communication and LibSodium for
authentication, encryption and the CurveCP handshake for secure bootstrap.
WWW: https://github.com/saltstack/raet
|