# 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:

- [HTTP tunnel via Cloudflare Durable Objects](http://traforo.dev/index.md)

## Links

- [GitHub](https://github.com/remorses/traforo)
- [npm](https://www.npmjs.com/package/traforo)