portpub

Crates.ioportpub
lib.rsportpub
version0.4.1
created_at2025-05-13 23:32:38.154545+00
updated_at2025-05-22 04:59:25.795362+00
descriptionPublish your local app on the public internet
homepagehttps://port.pub
repositoryhttps://github.com/Theyahya/port.pub
max_upload_size
id1672630
size81,701
Yahya SayadArbabi (TheYahya)

documentation

README

port.pub

Share your local http server with public internet.

port.pub demo

How to use

  1. Install rust

  2. Install portpub CLI: cargo install portpub

  3. Run: portpub http --port {PORT} (replate {PORT} with your local http server port).

    e.g. portpub -- http --port 8081

  4. You'll see something like following:

port: 8081
port published at: {uuid}.port.pub
  1. You can access your local project at: {uuid}.port.pub
Commit count: 40

cargo fmt