3个版本
0.1.1-beta.2 | 2024年3月24日 |
---|---|
0.1.1-beta.1 | 2024年3月23日 |
0.1.1-alpha.2 | 2024年3月2日 |
0.1.0 |
|
#357 in HTTP服务器
30每月下载量
645KB
150 行
🦀 概述
欢迎来到 tokio-console-web
项目!这是一个基于Web的控制台项目,用于 console-subscriber 工具包。它是一个简单、易于使用且功能强大的工具,用于监控和调试您的 tokio
应用程序。
🚀 入门
可以使用以下方法安装 tokio-console-web
对于直接下载和安装,执行以下命令
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hi-rustin/tokio-console-web/releases/download/v0.1.1-beta.2/tokio-console-web-installer.sh | sh
如果您正在使用 powershell
,则可以使用以下命令
powershell -c "irm https://github.com/hi-rustin/tokio-console-web/releases/download/v0.1.1-beta.2/tokio-console-web-installer.ps1 | iex"
对于使用 homebrew 的用户,以下命令将安装 tokio-console-web
brew install hi-rustin/homebrew-tokio-console-web/tokio-console-web
有关 tokio-console-web
的其他安装方法,请参阅发行页面。
安装后,可以使用以下命令启动 tokio-console-web
tokio-console-web
您可以通过在您的浏览器中导航到 http://127.0.01:3333
来访问 tokio-console-web
。
$ tokio-console-web --help
A web console for tokio
Usage: tokio-console-web[EXE] [OPTIONS] [TARGET_ADDR]
Arguments:
[TARGET_ADDR] The address of a console-enabled process to connect to. [default: http://127.0.0.1:9999]
Options:
--host <HOST> The address to listen on [default: 127.0.0.1]
--port <PORT> The port to listen on [default: 3333]
-h, --help Print help
-V, --version Print version
🛠️ 贡献
欢迎贡献!请随时提交拉取请求。如果您有任何问题,请随时在 Discord 服务器中提问。
⚖️ 许可证
以下任一许可证下授权
- Apache许可证,版本2.0,(LICENSE-APACHE 或 http://apache.ac.cn/licenses/LICENSE-2.0)
- MIT许可证 (LICENSE-MIT 或 https://opensource.org/licenses/MIT)
依赖关系
~13–24MB
~315K SLoC