TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Textual Web – turn TUIs in to web apps

5 点作者 willm超过 1 年前
Hi HN,<p>This project is designed to take a TUI built with Textual, and turn it in to a web application. It can also do something similar with your shell or other terminal app. You could serve &quot;htop&quot; for example.<p>There are other projects which do something similar. Textual Web takes a different approach, in that it doesn&#x27;t need to run as a server. It should work as long as you can make an outgoing tcp&#x2F;ip connection.<p>I plan to expose more of the web API to Textual apps. The goal is to have a system to quickly create and deploy UIs with Python. These aren&#x27;t going to replace web applications any time soon, they are more for backends &#x2F; dashboards &#x2F; industrial use cases.<p>Details on the repo. I&#x27;ll be around to answer questions.

1 comment

abeyer超过 1 年前
This looks interesting... but also seems like it&#x27;s trying to do too much magic. Running a textual app as a web app seems useful, but I&#x27;d rather not have the whole dependency on an external server, multiple apps bundled together, navigation menus, etc... I&#x27;d be way more intrigued to see some of the core of this pulled out in a way that I can just `import` and `serve()` from an existing textual project.