view.py icon indicating copy to clipboard operation
view.py copied to clipboard

Interactive TUI

Open ZeroIntensity opened this issue 2 years ago • 0 comments
trafficstars

Feature description

Using textual, we can develop an interactive TUI that lets users debug their requests in real-time with the terminal.

They should be able to do the following:

  • See route responses, headers, and status codes
  • Exceptions
  • System information (net IO, CPU, etc)
  • Database information
  • Server load

Feature example API

$ view interface

Anything else?

No response

ZeroIntensity avatar Oct 21 '23 16:10 ZeroIntensity