šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

lite-http-tunnel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lite-http-tunnel

HTTP tunnel client

0.2.0
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
Ā 
Created
Source

Lite HTTP Tunnel - Client

Lite HTTP Tunnel client to connect Lite HTTP Tunnel server.

Usage

Firstly, please follow here to have your Lite HTTP Tunnel server.

Installation

$ npm i -g lite-http-tunnel
$ lite-http-tunnel -h

Setup

Config remote public server address:

$ lite-http-tunnel config server https://your_web_host_domain

Auth with tunnel server:

$ lite-http-tunnel auth $JWT_GENERATOR_USERNAME $JWT_GENERATOR_PASSWORD

Replace $JWT_GENERATOR_USERNAME and $JWT_GENERATOR_PASSWORD with values that you provide at tunnel server

Start client

$ lite-http-tunnel start your_local_server_port

Please replace your_local_server_port with your local HTTP server port, eg: 8080.

After that you can access your local HTTP server by access your_public_server_domain.

Change origin:

$ lite-http-tunnel start your_local_server_port -o localhost:5000

Keywords

cli

FAQs

Package last updated on 13 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts