@partivo/tcp-proxy

2.0.0 • Public • Published

@partivo/tcp-proxy

It is a simple tcp proxy written in NodeJS. You can support development. If there is a problem, you can open Issues.

Example Code

var proxy = new tcpProxy('127.0.0.1:8888', {
	listen: '127.0.0.1:8887'
});

proxy.on('access', (data) => console.info(data));
proxy.on('error', (data) => console.error(data));

Coming Soon

  • IPv6 Support
  • Load Blancer
  • CLI (Added but still in the test phase)

Readme

Keywords

Package Sidebar

Install

npm i @partivo/tcp-proxy

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

5.68 kB

Total Files

6

Last publish

Collaborators

  • fantros
  • partivo-github