Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 925 Bytes

File metadata and controls

22 lines (17 loc) · 925 Bytes

Crates.io Codecov Dependency status

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