#internet #pub #8081 #portpub-shared #portpub

portpub-shared

Publish your local app on the public internet

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

#13 in #pub

Download history 128/week @ 2025-05-08

128 downloads per month
Used in portpub

MIT license

9KB

port.pub

Share your local http server with public internet.

How to use

  1. Install rust

  2. Install portpub CLI: cargo install --git https://github.com/TheYahya/port.pub 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

Dependencies

~7–14MB
~162K SLoC