@deu/subway
v0.1.0
Published
Tunnel proxy
Downloads
2
Readme
Subway
Client
Create config at home mkdir ~/.subway touch ~/.subway/subway.config.js
~/.subway/subway.config.js
module.exports = {
tg: 'dipesh',
server: 'ws://remote-server:3000',
port: 4000,
routes: [
{
uri: /^\/products/,
target: 'http://localhost:5000'
}
]
}