express-remote-keystore

1.0.0 • Public • Published

express-remote-keystore

Express middleware for accessing a keystore over HTTP.

Uses node-persist, so not suitable for system without a persistent filesystem.

 
var app = express()
var e = erk()
app.use('/get', e.get)
app.use('/set', e.set)
 
 
// example client
http.get('http://localhost:8080/set?key='+key+'&value='+value)
http.get('http://localhost:8080/set?key='+key)

/express-remote-keystore/

    Package Sidebar

    Install

    npm i express-remote-keystore

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • rationalcoding