Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zgsla/pyttyd
Python开发的web分享终端的工具
https://github.com/zgsla/pyttyd
asyncio fastapi python ttyd web websockets xtermjs
Last synced: 2 months ago
JSON representation
Python开发的web分享终端的工具
- Host: GitHub
- URL: https://github.com/zgsla/pyttyd
- Owner: zgsla
- License: apache-2.0
- Created: 2023-01-05T12:06:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T02:35:18.000Z (7 months ago)
- Last Synced: 2024-12-01T16:43:27.507Z (2 months ago)
- Topics: asyncio, fastapi, python, ttyd, web, websockets, xtermjs
- Language: Python
- Homepage:
- Size: 900 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pyttyd
*Python开发的web分享终端的工具*### 安装
```commandline
$ pip install pyttyd
```### 启动服务
```commandline
$ pyttyd
```### 支持的平台
✅ linux### 仓库
[github](https://github.com/zhanglaiya/pyttyd)
[码云](https://gitee.com/zhanglaiya/pyttyd)### 说明
[xterm.js](https://github.com/xtermjs/xterm.js)制作终端效果展示
[uvicorn](https://github.com/encode/uvicorn)+[FastApi](https://github.com/tiangolo/fastapi)提供http服务
[websockets](https://github.com/aaugustin/websockets)实现web终端与pty交互把终端分享到网页是**不安全**的,请小心使用。
### 更好的相关工具
c [ttyd](https://github.com/tsl0922/ttyd)
go [gotty](https://github.com/yudai/gotty)