Source: node-http-proxy Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Harley Swick , Roland Mas Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-async , node-concat-stream , node-eventemitter3 , node-expect.js , node-follow-redirects , node-requires-port , node-semver , node-socket.io-parser , node-ws Standards-Version: 4.5.0 Homepage: https://github.com/http-party/node-http-proxy#readme Vcs-Git: https://salsa.debian.org/js-team/node-http-proxy.git Vcs-Browser: https://salsa.debian.org/js-team/node-http-proxy Rules-Requires-Root: no Package: node-http-proxy Architecture: all Depends: ${misc:Depends} , node-eventemitter3 , node-follow-redirects , node-requires-port Multi-Arch: foreign Description: HTTP programmable proxying library that supports websockets. It is suitable for implementing components such as reverse proxies and load balancers. A new proxy is created by calling createProxyServer and passing an options object as argument. var httpProxy = require('http-proxy'); var proxy = httpProxy.createProxyServer(options); . This package is useful for Node.js web applications that want to support websockets.