3 unstable releases
Uses new Rust 2024
new 0.2.0 | May 16, 2025 |
---|---|
0.1.1 | May 13, 2025 |
0.1.0 | May 13, 2025 |
#4 in #pub
126 downloads per month
19KB
140 lines
port.pub
Share your local http server with public internet.
How to use
-
Install
portpub
CLI:cargo install --git https://github.com/TheYahya/port.pub 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
Dependencies
~8–15MB
~177K SLoC