Crates.io | nats-connect |
lib.rs | nats-connect |
version | 0.1.0 |
source | src |
created_at | 2023-12-06 20:00:10.568578 |
updated_at | 2023-12-06 20:00:10.568578 |
description | Bidirectional async streams over NATS.io |
homepage | |
repository | https://github.com/rvolosatovs/nats-connect |
max_upload_size | |
id | 1060355 |
size | 68,818 |
nats-connect
serves one and only simple purpose - provide a bidirectional communication stream between two NATS.io nodes akin to a TCP stream.
nats-connect
connections are initialized by the client - the server "accepts" connections on a particular topic and performs the "handshake" procedure with a client on request.