-
Hello Textualize folks!First of all, Great Library and Superb Documentation. Truly great work 👏 👏 👏 Brief backgroundIn the past, I used prompt_toolkit mostly for its styled rendering. I didn't try the One thing I found and later heavily relied on was an SSH prompt_toolkit contrib backed by asynchssh. With very little code, one can create a multi-user application without any "web" related stuff. In my case, a text-based multi-player game. The game is an ssh server and players just connect to it using the terminal of their choice. The aforementioned prompt_toolkit contrib relies on its QuestionI admit I have not browsed Rich's code nor Textual so I do not know how GoalIdeally, building something along the lines of that contrib would allow to create multi-user apps with a significantly richer TUI and with very little "web stuff" to worry about. I saw a few posts from other folks inquiring about telnet/ssh too. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's not 100% clear to me what the question is here, but it seems like you're asking how Textual handles input and output and you're asking what code you can look at relating to that? If so, I suspect this is where you want to start. |
Beta Was this translation helpful? Give feedback.
It's not 100% clear to me what the question is here, but it seems like you're asking how Textual handles input and output and you're asking what code you can look at relating to that? If so, I suspect this is where you want to start.