buntunnel
v0.1.1
Published
Serve applications running on a local port through BunTunnel
Readme
Buntunnel
Share your local app without deploying
Note: This project is still in development and is not ready for production use.
Getting Started
npx buntunnel --port 3000 npx buntunnel --url http://localhost:5173CLI
Install the buntunnel package globally and that's it.
Installation
npm install -g buntunnelArguments
| Argument | Alias | Description |
| -------------- | ----- | ------------------------------ |
| --port | -p | Port number to tunnel |
| --url | -u | URL to tunnel |
| --server-url | - | Selfhosted websocket endpoint. |
