Instantly expose your local apps
-
Build the binaries:
cargo build
-
Run server and Expose a port:
# Run server ./target/debug/xpose-server # Expose a local app ./target/debug/xpose-cli --port 8000
Output:
Listening at localhost:22475 Your localhost:8000 server is accessible through localhost:22475
-
Access your server: Open
http://localhost:22475
in your browser.
- Install Rust: rustup.rs.
- Clone and build:
git clone https://github.com/mohidex/xposeit.git cd xposeit cargo build --release
Happy exposing! 🚀