Expose local Webserver

rexpose.app makes it incredibly easy to share your local development server with the world.

How it works

When you run rexpose on your client, a secure tunnel is established between your machine and rexpose.app servers.

Example

Expose a React app running on port 3000:

Add a new service, with following specs:

  • Service name: React app
  • Service password: Choose a secure password
  • Port of the exposed service: 3000
  • Service protocol: HTTP

Copy the run command via -button and paste it in your terminal.

Now your local React app is reachable from everywhere via the generated URL.

Expose local Webserver

rexpose.app makes it incredibly easy to share your local development server with the world.

How it works

When you run rexpose on your client, a secure tunnel is established between your machine and rexpose.app servers.

Example

Expose a React app running on port 3000:

Add a new service, with following specs:

  • Service name: React app
  • Service password: Choose a secure password
  • Port of the exposed service: 3000
  • Service protocol: HTTP

Copy the run command via -button and paste it in your terminal.

Now your local React app is reachable from everywhere via the generated URL.