Rust Ngrok

Open-source Rust projects categorized as Ngrok

Top 4 Rust Ngrok Projects

  1. rathole

    A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.

    Project mention: Expose home server with Rathole tunnel and Traefik | dev.to | 2025-05-01

    # core/docker-compose.local.yml services: rathole: # 1. default official x86 image image: rapiz1/rathole:v0.5.0 # 2. custom built ARM image (for Raspberry pi) # image: nemanjamitic/my-rathole-arm64:v1.0 # 3. build for arm - AVOID, use prebuilt ARM image above # build: https://github.com/rapiz1/rathole.git#main # platform: linux/arm64 container_name: rathole command: --client /config/rathole.client.toml restart: unless-stopped volumes: - ./rathole.client.toml:/config/rathole.client.toml:ro networks: - proxy traefik: image: 'traefik:v2.9.8' container_name: traefik restart: unless-stopped # for this to work both services must be defined in the same docker-compose.yml file depends_on: - rathole # other config... networks: - proxy # leave this commented out, just for explanation # Rathole will pass Traffic through proxy network directly on 80 and 443 # defined in rathole.client.toml # ports: # - '80:80' # - '443:443' # other config...

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ngrok-rust

    Embed ngrok secure ingress into your Rust apps with a single line of code.

  4. rslocal

    An easy-to-use tunnel to localhost built in Rust. An alternative to ngrok and frp.

  5. sandhole

    Expose HTTP/SSH/TCP services through SSH port forwarding.

    Project mention: sandhole alternatives - sish and rathole | libhunt.com/r/sandhole | 2025-03-26
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Ngrok discussion

Log in or Post with

Rust Ngrok related posts

  • Show HN: Malai – securely share local TCP services (database/SSH) with others

    6 projects | news.ycombinator.com | 27 May 2025
  • sandhole alternatives - sish and rathole

    3 projects | 26 Mar 2025
  • Why Polars rewrote its Arrow string data type

    4 projects | news.ycombinator.com | 6 Aug 2024
  • ngrok-rs: portable network ingress to your Rust apps /w native hyper+axum support

    1 project | /r/rust | 29 Mar 2023
  • Rslocal – An easy-to-use tunnel to localhost built in rust

    1 project | news.ycombinator.com | 19 May 2022
  • Rslocal - An easy-to-use tunnel to localhost built in rust

    1 project | /r/github_trends | 19 May 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 Jun 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Index

What are some of the best open-source Ngrok projects in Rust? This list will help you:

# Project Stars
1 rathole 10,893
2 ngrok-rust 347
3 rslocal 236
4 sandhole 25

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?