Go to file
Sambo Chea bc020825e1 updated package.json publish config 2022-06-26 00:35:11 +07:00
.github Create dependabot.yml 2022-06-24 23:49:52 +07:00
bin Task: Refactoring http-tunnel to hlt and add init command for new client and updated the function for http tunnel client 2022-06-26 00:22:33 +07:00
.gitignore Add http tunnel client implements 2022-06-24 23:44:12 +07:00
client.js Task: Add config access type with free by default and updated the prgram cli for http tunnel client 2022-06-26 00:32:09 +07:00
lib.js Add http tunnel client implements 2022-06-24 23:44:12 +07:00
package-lock.json Task: Refactoring http-tunnel to hlt and add init command for new client and updated the function for http tunnel client 2022-06-26 00:22:33 +07:00
package.json updated package.json publish config 2022-06-26 00:35:11 +07:00
README.md Task: Refactoring http-tunnel to hlt and add init command for new client and updated the function for http tunnel client 2022-06-26 00:22:33 +07:00
sdk.js Task: Add client sdk for get token from server and add functions for enhance free usage for http tunnel client 2022-06-25 21:38:09 +07:00
util.js Task: Add client and key for socket identified for user and updated client functions and configs for http tunnel client 2022-06-25 14:32:31 +07:00

CUBETIQ HTTP Tunnel Client

A lightweight http tunnel client using nodejs and socket.io client.

Usage

  • Initialize Client
npx @cubetiq/hlt init
  • Generate Client Key
npx @cubetiq/hlt config client new
  • Set Client Token (Required, contact to vendor)
npx @cubetiq/hlt config token $TOKEN
  • Start Client
npx @cubetiq/hlt start

Contributors