0.0.5 • Published 13 years ago
patron-watch
Licence
—
Version
0.0.5
Deps
2
Vulns
0
Weekly
0
Patron-watch
node-patron watch plugin.
Install
npm install patron-watch
Example
var createProxyServer = require('patron')
, watcher = require('patron-watch');
var proxy = createProxyServer(proxyTable);
proxy.use(watcher('path/to/dir/or/file'))
proxy.listen(80)