1.2.7 • Published 6 years ago

hypertunnel-tcp-relay v1.2.7

Weekly downloads
15
License
MIT
Repository
github
Last release
6 years ago

hypertunnel-tcp-relay

Heavily based on the excellent node-tcp-relay from tewarid.

  • Rewritten in ES6 (classes & fat arrows)
  • Optimized for programmatic extensibility
    • All classes are split in separate modules, exported and can be extended
    • All listener callbacks are separated into dedicated class methods
  • Removed numConn support in client
  • Removed cli support
  • Added debug logging
  • Added TLSRelayServer
  • Added tests

Debug

DEBUG=relay:* yarn test

License

MIT © tewarid & berstend