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 →
Top 4 Rust Ngrok Projects
-
rathole
A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
# 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...
-
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.
-
-
-
Rust Ngrok discussion
Rust Ngrok related posts
-
Show HN: Malai – securely share local TCP services (database/SSH) with others
-
sandhole alternatives - sish and rathole
3 projects | 26 Mar 2025 -
Why Polars rewrote its Arrow string data type
-
ngrok-rs: portable network ingress to your Rust apps /w native hyper+axum support
-
Rslocal – An easy-to-use tunnel to localhost built in rust
-
Rslocal - An easy-to-use tunnel to localhost built in rust
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 Jun 2025
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 |