Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

virtualporter

Zeptooo18ISC1.3.2

Lightweight, simple Express virtual porting middleware.

javascript, efficent, fast, great, amazing, expressJS, express, route, middleware, easy, effective, lightweight, simple, production, tested, ready, server, website, network, ports

readme

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