RequestBite Tunnel

Easily expose the services you have running on localhost through a RequestBite Tunnel and make them accessible over the Internet in seconds - all using the RBite CLI that's under active development.

TBD

Works without an account

We're currently working on an extended version of the RequestBite Tunnel that can be managed through your RequestBite account, but you don't need an account to make your localhost services publicly accessible from the Internet.

Sign up now

It's all HTTP

The RequestBite Tunnel is a persistent and lightweight websocket connetion established between the RBite CLI and our tunnelling servers. It allows you to expose HTTP, SSE and websocket connections all through a publicly accessible and sharable endpoint - properly secured via HTTPS.

TBD

How it works

Expose your localhost in these easy steps:

1

Step 1 - Install the RBite CLI

Install the RBite CLI like so:

curl -fsSL https://raw.githubusercontent.com/requestbite/rbite/main/install.sh | bash
2

Step 2 - Expose your local service

If you have a service running on port 8080, expose it like so:

rbite -e 8080
3

Step 3

There is no step 3. It's just this simple.

Read the docs

If you read this far, why no head over to the GitHub account for the RBite CLI to learn in-depth all you can do with a RequestBite Tunnel.

Go to GitHub