https://github.com/subtrace/subtrace
Network inspector for your backend
https://github.com/subtrace/subtrace
backend devtools monitoring observability
Last synced: 17 days ago
JSON representation
Network inspector for your backend
- Host: GitHub
- URL: https://github.com/subtrace/subtrace
- Owner: subtrace
- License: bsd-3-clause
- Created: 2024-05-14T17:44:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T09:26:46.000Z (4 months ago)
- Last Synced: 2025-12-08T13:51:44.045Z (4 months ago)
- Topics: backend, devtools, monitoring, observability
- Language: Go
- Homepage: https://subtrace.dev
- Size: 14.1 MB
- Stars: 2,667
- Watchers: 14
- Forks: 59
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - subtrace/subtrace - Network inspector for your backend (Go)
- awesome-repositories - subtrace/subtrace - Network inspector for your backend (Go)
- awesome - subtrace/subtrace - Network inspector for your backend (<a name="Go"></a>Go)
README
# Subtrace
Inspect HTTP requests in any server with just a single command.
### Linux
```shell
curl -fsSL https://subtrace.dev/install.sh | sh
```
### macOS
Currently in private beta. [Join the waitlist](https://mac.subtrace.dev) if you primarily use macOS for development!
##
### Resources
- [Docs](https://subtrace.dev/docs)
- [Discord](https://subtrace.dev/discord)
### Guides
- [Docker](https://subtrace.dev/docs/docker)
- [Docker Compose](https://subtrace.dev/docs/docker-compose)
- [Kubernetes](https://subtrace.dev/docs/kubernetes)
### Quickstart
```bash
# Node.js
subtrace run -- npm run dev
# FastAPI
subtrace run -- fastapi dev main.py
# Everything else
subtrace run -- [command]
```