0.1.25 • Published 1 year ago
@rubriclab/bunl v0.1.25
bunl
A Bun WebSocket re-write of LocalTunnel
Usage
To try it:
bun x bunl -p 3000 -d dev.rubric.me -s my-nameDevelopment
To install dependencies:
bun iTo run the server:
bun dev:server(Optional) to run a dummy process on localhost:3000:
bun demoTo run the client:
bun client -p 3000With full args:
bun client --port 3000 --domain example.so --subdomain my-subdomain --openOr in shortform:
bun client -p 3000 -d example.so -s my-subdomain -oThe options:
port/pthe localhost port to expose eg. 3000domain/dthe hostname of the server Bunl is running on eg. example.sosubdomain/sthe public URL to request eg. my-subdomain.example.soopen/oto auto-open your public URL in the browser
WIP Deployment
To build the client code:
bun run buildTo deploy the server, for example on Fly:
fly launch && fly deployMaking sure to set DOMAIN to your domain:
fly secrets set DOMAIN=example.soOpen to PRs!
0.1.25
1 year ago
0.1.24
2 years ago
0.0.22
2 years ago
0.0.23
2 years ago
0.0.24
2 years ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.14
2 years ago
0.0.15
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
0.0.19
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.10
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago
0.0.0
2 years ago