tunneling

1.0.0-alpha.11 • Public • Published

Tunneling

Reliable remote port forwarding.

This is an alpha version, more to come soon.

import {createServer} from 'tunneling';

const server = createServer({
  tunnelPort: 7777,
  listenPort: 8888,
  monitorPort: 9999
});

Readme

Keywords

none

Package Sidebar

Install

npm i tunneling

Weekly Downloads

0

Version

1.0.0-alpha.11

License

MIT

Last publish

Collaborators

  • richardbann