Warning
This post was published 31 days ago. The information described in this article may have changed.
ExposeME is a fast HTTP tunneling solution written in Rust that exposes local services through WebSocket connections. Think ngrok, but with your own server.
It turns http://localhost:3000
into https://myapp.yourdomain.com
using your own domain and SSL certificates. Built with tokio, hyper 1.x, rustls, and tokio-tungstenite for async WebSocket tunnels.
New in v1.1.0
Enhanced Streaming Support
Real-Time Communication
Protocol Improvements
3 posts - 2 participants
🏷️ Rust_feed