1.0.1 • Published 1 year ago

proxeasyjs v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Proxeasy! 1.0.0

What is it?

proxeasy is the best way to simply create a proxy using BARE TOMP technologies

install

npm i proxeasyjs --verbose

Example

var Proxy = require('./proxyjs/index');

Proxy.setBare('v1')
Proxy.startProxy('./public', function(){
'CALLBACK!';
})