Tiny route
Networking lib in Rust
Protocol
Messages are composed of two parts:
- Path to the service
- 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.