Share your local http server with public internet.
-
Install
portpub
CLI:cargo install portpub
-
Run:
portpub http --port {PORT}
(replate{PORT}
with your local http server port).e.g.
portpub -- http --port 8081
-
You'll see something like following:
port: 8081
port published at: {uuid}.port.pub
- You can access your local project at:
{uuid}.port.pub