0.0.19 • Published 4 years ago

@staqlab/staqlab-tunnel v0.0.19

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Find more details in official link Staqlab tunnel

  • Oe Step Connect Using NPX npm
    npx @staqlab/staqlab-tunnel <port> hostname=<desired-hostname>
  • Use in your NodeJs Code

    const StaqlabTunnelClient = require("@staqlab/staqlab-tunnel/lib/StaqlabTunnelClient");
    
    //3000 is desired port and hostname is desired hostname you want
    let staqlabTtunnelArguments = "3000 hostname=spider-man";
    
    let client = new StaqlabTunnelClient(staqlabTtunnelArguments);
    client.init();
  • How To Connect Using System binaries

    • Download sarkaribabu-tunnel.sh using below command
      Linux:
      wget https://raw.githubusercontent.com/abhishekq61/tunnel-client/master/linux/staqlab-tunnel.zip
      Mac:
      wget https://raw.githubusercontent.com/abhishekq61/tunnel-client/master/mac/staqlab-tunnel.zip
      Windows:
      wget https://raw.githubusercontent.com/abhishekq61/tunnel-client/master/windows/staqlab-tunnel.zip --no-check-certificate
    • Unzip Downloaded File

    • Run Agent by typing command

      Linux / MacOs:
      ./staqlab-tunnel <port>
      
      Windows:
      staqlab-tunnel <port>
      • port is desired port where you local server is listening
    • Optional Parameters

      ./staqlab-tunnel port=<port> hostname=<desired-domain>
      • desired-domain is domain of your choice which you want to point to your localhost

    What is staqlab tunnel? Staqlab tunnel is a alternative to ngrok.com or serveo.com which allows you to expose your localhost to the public internet and get a public url which you could share anywhere and get a public domain name for it. ,i.e, keeping it simple you could host server on your local machine. It also does have support for custom domain which makes it easy to develop webhooks integrations for shopify, nexmo, facebook, github, wordpress or similar 3rd party app developments Another miscellaneous usages includes

    • Hosting server on your machine
    • Creating public link for QA or beta users for pre-release testing
    • IOT development
    • ESP8266 Integration
    • Devopps Purposes
    • Debugging code issues

    Supported/Tested Webhook Integrations(not limited to, but includes)

    • Zoom Webhook integration
    • Shopify Webhook Integartion
    • Zapier Hooks
    • Zendesk Hooks
    • IFTTT Automation and DIY
    • Airtable Webhhoks
0.0.18

4 years ago

0.0.19

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago