Openziti for real-time code editing

Hi! I just discovered OpenZiti and it looks like an amazing piece of software. I even went through the zrok project which looks fantastic! I'm trying to build a FOSS real-time code-editing plugin for (n)vim and openziti seems like a really good choice to me. However, I'm wondering if it could sync file-changes in real-time. zrok's implementation of caddy file server seems to update only on reloads. Something like websockets could be really helpful. Please guide me on how this could be possible via openziti?

I think using websockets for file-sharing and editing on-the go would be a better choice than choosing ziti for real-time editing.

Hi! You certainly could use a websocket for real-time updates... and this would actually work just fine over an OpenZiti connection. Under the covers, OpenZiti connections act just like a conventional TCP connection, which is what websockets build on top of.