Skip to content

Commit

Permalink
Feat: add --reverse-proxy
Browse files Browse the repository at this point in the history
- Install reqwest for http client
- Add `--reverse-proxy` arg
- This commit is based on [axum example](https://github.com/tokio-rs/axum/tree/main/examples/reqwest-response)

## Test Plan

- Start expo dev server

```
cd frontend
pnpm expo start
```

- Run Rune server with `--reverse-proxy`

```
cargo run -- --reverse-proxy
```

- Visit http://127.0.0.1:8080 and see the RNW page
  • Loading branch information
JedBeom committed Jan 28, 2025
1 parent 40bafbe commit 31aa463
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 14 deletions.
Loading

0 comments on commit 31aa463

Please sign in to comment.