An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.1% on proxy.golang.org
Top 2.8% dependent packages on proxy.golang.org
Top 1.4% dependent repos on proxy.golang.org
Top 5.8% forks on proxy.golang.org

proxy.golang.org : github.com/paypal/ionet

Package ionet is a bridge between the stdlib's net and io packages. ionet provides a net.Conn and a net.Listener in which connections use an io.Reader and an io.Writer instead of a traditional network stack. This can be handy in unit tests, because it enables you to mock out the network. It's also useful when using an external network stack. At PayPal, ionet is used in PayPal Beacon. Beacon uses a Bluetooth Low Energy chip accessed over a serial connection. ionet enables the use of net-based code, such as the stdlib's net/http, with a mediated network.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/paypal/ionet
License: BSD-3-Clause
Latest release: over 11 years ago
First release: over 11 years ago
Namespace: github.com/paypal
Dependent packages: 4
Dependent repositories: 14
Stars: 37 on GitHub
Forks: 14 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...