Skip to content

relvao/node-varnish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-varnish

A node.js connector to Varnish using the Varnish telnet management protocol.

var Varnish = require('node-varnish');

var client = new Varnish.VarnishClient('127.0.0.1', MANAGEMENT_PORT[, secret]);
client.on('ready', function() {
    client.run_cmd('purge obj.http.X == test', function(){});
});

For more usage examples, see the tests.

Install

npm install node-varnish

Dependencies

Contributors

About

node.js implementation of the varnish telnet management protocol (https://www.varnish-cache.org/trac/wiki/ManagementPort)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%