Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 296 Bytes

File metadata and controls

14 lines (8 loc) · 296 Bytes

Simple Reverse Proxy for Opentok services

This proxy will forward all requests to it to opentok.com or tokbox.com

If you do a request to https://PROXY_IP_ADDRESS/tokbox.com/foo/bar?a=b, It will forward it to https://tokbox.com/foo/bar?a=b

Running

$ npm install
$ npm start