node-http-proxy

HTTP programmable proxying library that supports websockets.
  https://github.com/http-party/node-http-proxy#readme
  0
  no reviews



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.