|
|
|
|
|
by 0x457
1364 days ago
|
|
I have a few questions: - Are there any benchmarks? - Examples are focused around TCP inlet to TCP outlet. Any way you can add more complicated examples? I take I can have a TCP inlet and a Worker that would would receive TCP stream wrapped into Routed, then I can unwrap it and work with it kinda as if it was “normal” TCP. I’m curious about second one because while connecting some clients to legacy is fun, it’s more fun when services connected directly. For example, I want some kind of RPC or database without “external” TCP connection from node to database. |
|
1. No benchmarks yet. We'd welcome contributions & research in that area.
2. Here's an example of using the TCP transport without using an Inlet / Outlet. https://github.com/build-trust/ockam/blob/develop/documentat...
Give it a try. Would love to know if that fits what you're going for.