http-tunnel-client/README.md

29 lines
480 B
Markdown
Raw Normal View History

# CUBETIQ HTTP Tunnel Client
A lightweight http tunnel client using nodejs and socket.io client.
### Usage
- Generate Client Key
```
npx @cubetiq/http-tunnel config client new
```
2022-06-24 23:29:41 +07:00
- Set Client Token (Required, contact to vendor)
```
npx @cubetiq/http-tunnel config token $TOKEN
```
- Start Client
```
npx @cubetiq/http-tunnel start
```
2022-06-24 23:44:12 +07:00
### Contributors
2022-06-24 23:44:12 +07:00
- Original [web-tunnel](https://github.com/web-tunnel/lite-http-tunnel-client)
- Sambo Chea <sombochea@cubetiqs.com>