8000 GitHub - subtrace/subtrace: Wireshark for Docker containers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

subtrace/subtrace

Repository files navigation

Subtrace

See backend network requests without any extra code.

Linux

curl -fsSL https://subtrace.dev/install.sh | sh

Community

Guides

Quickstart

# Node.js
subtrace run -- npm run dev

# FastAPI
subtrace run -- fastapi dev main.py

# Everything else
subtrace run -- [command]
0