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();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.2
    7
    • latest

Version History

Package Sidebar

Install

npm i virtualporter

Weekly Downloads

8

Version

1.3.2

License

ISC

Unpacked Size

1.97 kB

Total Files

3

Last publish

Collaborators

  • matiuschristov