alsp

1.0.1 • Public • Published

alsp - Active Local Server Proxy

alsp is an active proxy that redirect a call from localhost to given endpoint. This project is strongly inspired by a rodrigogs' repository (Thank you).

Usage

$ alsp --help

  Usage: alsp [options]

  Options:

    -V, --version          output the version number
    -h, --host <host>      hostname to listen on (default: 0.0.0.0)
    -p, --port <port>      port to listen on (default: 8997)
    -s, --server <server>  license server url (default: http://localhost)
    -h, --help             output usage information

$ alsp

Starting server...
Listening on http://0.0.0.0:8997 <- Use this url to be redirected to given endpoint
Redirecting requests to http://localhost

Disclaimer

Citing the original author: "I don't really give a fuck about disclaimers, intellectual property or code of conduct for open source projects(mainly), so... just use it as you want to."

Note

In case of problems, try using ngrok. Download it and then run:

$ ngrok http 8997

You will see the following: ngrok

Use the underlined ip.

License

License: MIT © Christian Ascone

Readme

Keywords

none

Package Sidebar

Install

npm i alsp

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

41 kB

Total Files

5

Last publish

Collaborators

  • christianascone