An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



subtrace

# 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]
```