# CUBETIQ HTTP Tunnel Client A lightweight http tunnel client using nodejs and socket.io client. ### Usage - Initialize Client ```shell npx @cubetiq/hlt init ``` - Generate Client Key ```shell npx @cubetiq/hlt config client new ``` - Set Client Token (Required, contact to vendor) ```shell npx @cubetiq/hlt config token $TOKEN ``` - Start Client ```shell npx @cubetiq/hlt start ``` ### Contributors - Original [web-tunnel](https://github.com/web-tunnel/lite-http-tunnel-client) - Sambo Chea