reverse-proxy-jsdeprecated

Simple reverse proxy server supporting WebSockets.

Usage no npm install needed!

<script type="module">
  import reverseProxyJs from 'https://cdn.skypack.dev/reverse-proxy-js';
</script>

README

Reverse-Proxy.js

Release License Downloads Dependencies Build

Simple reverse proxy server supporting WebSockets, implemented in JavaScript.

Warning

This project has moved to a scoped package: @cedx/reverse-proxy.
See https://www.npmjs.com/package/@cedx/reverse-proxy for more info.

Please, update your installation to use the new package. From a command prompt with administrator privileges, run:

$ npm remove --global reverse-proxy-js
$ npm install --global @cedx/reverse-proxy

Or if you did install this project though a package.json file, update its content:

{
  "dependencies": {
    "@cedx/reverse-proxy": "*"
  }
}

License

Reverse-Proxy.js is distributed under the Apache License, version 2.0.