3 releases

0.1.1-beta.2 Mar 24, 2024
0.1.1-beta.1 Mar 23, 2024
0.1.1-alpha.2 Mar 2, 2024
0.1.0 Mar 1, 2024

#317 in HTTP server

Download history 231/week @ 2024-03-01 29/week @ 2024-03-08 6/week @ 2024-03-15 236/week @ 2024-03-22 17/week @ 2024-03-29 24/week @ 2024-04-05 140/week @ 2024-04-12

417 downloads per month

MIT license

645KB
150 lines

crates.io logo

🦀 Overview

Welcome to the tokio-console-web project! This project is a web-based console for the console-subscriber crate. It is designed to be a simple, easy-to-use, and powerful tool for monitoring and debugging your tokio applications.

🚀 Getting Started

The tokio-console-web can be installed using the following methods:

For a direct download and installation, execute the following command:

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

If you're using powershell, the following command can be used:

powershell -c "irm https://github.com/hi-rustin/tokio-console-web/releases/download/v0.1.1-beta.2/tokio-console-web-installer.ps1 | iex"

For those using homebrew, the following command will install tokio-console-web:

brew install hi-rustin/homebrew-tokio-console-web/tokio-console-web

Additional installation methods for tokio-console-web can be found on the release page.

After installation, the tokio-console-web can be started using the following command:

tokio-console-web

The tokio-console-web can be accessed by navigating to http://127.0.01:3333 in your web browser.

$ 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

🛠️ Contributing

Contributions are welcome! Please feel free to submit a Pull Request. If you have any questions, please feel free to ask in the Discord server.

⚖️ License

Licensed under either of these:

Dependencies

~14–25MB
~328K SLoC