1.0.6 • Published 8 years ago

proxim v1.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Proxit

Really simple TCP proxying.

Want stuff that's arriving here, to end up over there, without a whole heap of fuss? Me too.

var proxy = require('proxit')();

proxy.from({port: 1277}).to({host: 'localhost', port: 12777}).then(function() {

});

var proxim = proxy.from({port: 1277}); proxim.to({ host: 'localhost', port: 1298, name: 'rule1'}); proxim.to({ host: 'localhost', port: 1299});

proxy.list(); // { id: 'xxxx-xxxx-xxxx-xxxx', port: 1277, to: {id: 'xxxx-xxxx-xxxx-xxxx', host: 'localhost', port: 1298, name: 'rule1'}, {id: 'xxxx-xxxx-xxxx-xxxx', host: 'localhost', port: 1299} } });

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago