tinyroute

Crates.iotinyroute
lib.rstinyroute
version0.1.0
sourcesrc
created_at2021-08-11 06:57:47.461069
updated_at2021-08-11 06:57:47.461069
descriptionA small network message routing library
homepage
repositoryhttps://github.com/togglebyte/tinyroute
max_upload_size
id434624
size56,597
Togglebit (togglebyte)

documentation

README

Tiny route

Networking lib in Rust

Protocol

Messages are composed of two parts:

  1. Path to the service
  2. The payload

The path is separated from the payload with a | character: <service path>|<payload>

See the examples for a basic chat server. To interact with the chat server there is the client example in the examples directory.

Commit count: 70

cargo fmt