aegir-keycache

0.0.1 • Public • Published

aegir-keycache

A module for aegir to speed up tests by caching keys

Example

'use strict'
 
const Server = require('./src/server')
const Client = require('./src')
 
/* const server = */ Server({file: './keycache.json', port: 5432}, (err, opt) => {
  if (err) throw err
  console.log('Server running at %s', opt.uri)
  const client = Client(opt)
  client(console.log)
})

» Demo on asciinema

Readme

Keywords

Package Sidebar

Install

npm i aegir-keycache

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

4.42 kB

Total Files

7

Last publish

Collaborators

  • mkg20001