This is an automated archive made by the Lemmit Bot.

The original was posted on /r/opensource by /u/PhilipLGriffiths88 on 2023-08-25 12:03:04.


Earlier this year, we released zrok, an open-source peer-to-peer sharing platform built on top of OpenZiti - think, an alternative to Ngrok, Tailscale Funnel, and others. It makes sharing resources like HTTP servers, TCP and UDP tunnels, and files simple, fast, and secure.

As of v0.4.3, zrok ships with an SDK to create custom applications and integrations. The same simple, secure sharing model for sharing network resources and files can be extended to work for your custom tools. At the core of these SDKs are the familiar net.Conn and net.Listener concepts that will be familiar to every network programmer working in Golang.

Read more on our blog - .

The zrok SDK currently supports Golang. Support for other languages is forthcoming. If you’d like to express interest in having the zrok SDK support other languages, reach out to us on our Discourse.

If you like zrok and want to support its continued development, please drop a star on our repository on GitHub, it means a lot to us.