virtualporter

1.3.2 • Public • Published

Installation

This is a Node.js module available through the npm registry.

Installation is done using the npm install virtualporter command:

Examples

Init Main Class

var express = require("express"); // offical express module
var virtualporter = new (require("./virtualporter.js")); // used in other examples

Add a Router

virtualporter.add("domain", express.Router());

Delete a VirtualPort

virtualporter.remove("domain");

Clear all VirtualPorts

virtualporter.clear();

Package Sidebar

Install

npm i virtualporter

Weekly Downloads

2

Version

1.3.2

License

ISC

Unpacked Size

1.97 kB

Total Files

3

Last publish

Collaborators

  • zeptooo
  • mactych