proxy.golang.org : github.com/mitchellh/iorpc
Package iorpc provides a way to serve and access io package interface implementations such as io.Reader over a net/rpc connection. The implementation strives for correctness over performance. For example, with the io.Reader implementation, if you request to Read one byte, it will perform a full RPC request/response to read only a single byte. Accessing io implementations across the network can be extremely useful in certain environments. And, if used properly, can be performant as well.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/mitchellh/iorpc
License: MIT
Latest release: almost 12 years ago
First release: almost 12 years ago
Namespace: github.com/mitchellh
Stars: 18 on GitHub
Forks: 5 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago