nats-connect

Crates.ionats-connect
lib.rsnats-connect
version0.1.0
sourcesrc
created_at2023-12-06 20:00:10.568578
updated_at2023-12-06 20:00:10.568578
descriptionBidirectional async streams over NATS.io
homepage
repositoryhttps://github.com/rvolosatovs/nats-connect
max_upload_size
id1060355
size68,818
Roman Volosatovs (rvolosatovs)

documentation

README

Descripton

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.

Commit count: 2

cargo fmt