Skip to content

confuser/node-redsee-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redsee-client

Build Status Coverage Status

Client storage/helper functions for implementing a RedSee filter server via redsee-server

See RedSee for an example implementation along with a demo

Installation

npm install redsee-client --save

Usage

var createClient = require('redsee-client')

createClient(opts, function (error, client) {
  console.log(error, client)
})

}

About

Memory backed by file client for RedSee

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published