# Traforo

> HTTP tunnel via Cloudflare Durable Objects and WebSockets

## Best way to inspect these docs

Download all docs as markdown files and grep them locally:

```bash
curl -L http://traforo.dev/docs.zip -o docs.zip
unzip docs.zip -d docs
grep -R "search term" docs/
```

Use this when you need to search across the whole documentation set. The zip contains every page as a .md file.

## Page index

You can also fetch individual markdown pages directly:

- [Traforo](http://traforo.dev/index.md)