Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 609 Bytes

File metadata and controls

15 lines (10 loc) · 609 Bytes

rust-sdk-example

This example application starts a hello world HTTP server on port 8085 and then uses the ngrok Rust SDK (ngrok crate) to forward public traffic to that server. See the quickstart and SDK reference for more details. When you run it, you'll get a public URL that anyone can use to access your app.

Clone and Run This Example

git clone git@github.com:ngrok/rust-sdk-example.git
cd rust-sdk-example
NGROK_AUTHTOKEN=<token> cargo run

License

MIT