UNPKG

http-ws-proxy-middleware

Version:

The one-liner node.js proxy middleware for connect, express and browser-sync

6 lines (4 loc) 110 B
var HPM = require('./lib') module.exports = function(context, opts) { return new HPM(context, opts) }