Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on programming.dev

5 replies

Cool project. I will definitely try using this when building my next TUI tool.

Does anything like this exist for rust?

5
feddit.de

How does the connectivity work? Is there some sort of Cloudflare-like VPN-ish gateway that they host?

1

I went over to their Discord server and here's what I was able to glean.

I gather they run a web-facing server which accepts text I/O from your Textual apps running on your personal machine or server, probably as a daemon. The connection between these two is via normal TCP/IP connections which your firewall already allows. Your Textual apps receive keyboard and mouse events and text.

They claim it should be "essentially free" for hobby use.

The text stream between your apps and their servers will eventually be (or are) encrypted.

5

Good questions. A few hours ago this issue was responded to with:

We will add a section explaining how it works on the README.

We plan to have an "on prem" solution at some point. The SaaS offering will allow us to refine the produce [sic] first.

3

You reached the end

Textual Web takes a Textual-powered TUI and turns it in to a web application | Spyke