Socket
Book a DemoInstallSign in
Socket

open2internet

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open2internet

Expose local http service to internet

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

open2internet Node.js client

Node.js npm to expose local Node.js app to internet by https://microservices.club/

How to use?

  • Install npm npm install open2internet
  • Expose local http service to internet
const open2internet = require("open2internet");

// your local web server 
// ... 

// exposed to internet by open2internet
(function () {
    open2internet("http://localhost:3000").then(rsocket => {
        console.log("Connected with open2internet")
    });
})();

CLI

Use open2internet 3000 on terminal.

References

Keywords

open2internet

FAQs

Package last updated on 19 Sep 2021

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