portpub-shared

Crates.ioportpub-shared
lib.rsportpub-shared
version0.4.1
created_at2025-05-13 23:31:39.748539+00
updated_at2025-05-22 04:57:43.754604+00
descriptionPublish your local app on the public internet
homepagehttps://port.pub
repositoryhttps://github.com/Theyahya/port.pub
max_upload_size
id1672629
size29,281
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