1.3.2 • Published 3 years ago

virtualporter v1.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago