🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@frdl/webfan-server

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frdl/webfan-server

Proxy, LoadBalancer, vHost Multiserver Application

latest
Source
npmnpm
Version
0.1.31
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

webfan-server

Proxy, LoadBalancer, vHost Multiserver Application

Installation

$ npm install @frdl/webfan-server

Usage

Example server.js

var path = require('path');
var Server = require("@frdl/webfan-server");

var WebfanServer = new Server();
//WebfanServer.create('wired')(path.resolve(__dirname, 'webfan-server.config.js'));
WebfanServer.create('bird')(...options);

Keywords

reverse-proxy

FAQs

Package last updated on 02 Aug 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