norouter / norouter

NoRouter: IP-over-Stdio. The easiest multi-host & multi-cloud networking ever. No root privilege is required.
https://norouter.io
Apache License 2.0
342 stars 21 forks source link

Integration with libp2p and/or bifrost #93

Open paralin opened 2 years ago

paralin commented 2 years ago

norouter is really cool, the idea of forwarding IP traffic via a stdin/stdout "exec" session is great.

I see a few ways my project Bifrost and libp2p could improve norouter and vise-versa:

There's then a very modular / easy way to then swap norouter out for a more production grade transport like direct UDP connections w/ k8s DNS resolution later on, without changing any app code.

Would love to hear your thoughts on this @AkihiroSuda

AkihiroSuda commented 2 years ago

Feel free to open pull requests 🙂 (any change needed on norouter side?)

paralin commented 2 years ago

I'll prototype a transport :)