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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i express-remote-keystore

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rationalcoding