Home
Softono
subtrace

subtrace

Open source BSD-3-Clause Go
2.8K
Stars
64
Forks
15
Issues
13
Watchers
4 months
Last Commit

About subtrace

Network inspector for your backend

Platforms

Web Self-hosted

Languages

Go

Subtrace

Inspect HTTP requests in any server with just a single command.

Linux

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

macOS

Currently in private beta. Join the waitlist if you primarily use macOS for development!

Resources

Guides

Quickstart

# Node.js
subtrace run -- npm run dev

# FastAPI
subtrace run -- fastapi dev main.py

# Everything else
subtrace run -- [command]