Go to file
Sambo Chea 5e8f95b613 Updated tunnel client 2022-06-25 23:42:32 +07:00
.github Create dependabot.yml 2022-06-24 23:49:52 +07:00
bin Add http tunnel client implements 2022-06-24 23:44:12 +07:00
.gitignore Add http tunnel client implements 2022-06-24 23:44:12 +07:00
client.js Updated tunnel client 2022-06-25 23:42:32 +07:00
lib.js Add http tunnel client implements 2022-06-24 23:44:12 +07:00
package-lock.json 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
package.json 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
README.md Task: Add client headers and auth for tunnel connection and updated the configs load for init params for http tunnel client 2022-06-25 20:32:38 +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

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

Contributors