statto-backend-memory

0.2.0 • Public • Published

statto-backend-leveldb

A memory based statto backend for testing purposes.

Synopsis

See the example file: example/server.js.

Description

This is an example statto backend such that it implements the bare basics as an example of what you can do and to just get something working. It stores all information in memory and does not persist it anywhere. See also statto-backend-fs as another example of something just as simple (but slow) but which does at least persist all data.

It is also an example backend which the tests in statto-backend can test for compliance.

Author

Written by Andrew Chilton - Twitter.

Written for Tynio.

License

The MIT License (MIT). Copyright 2015 Tynio Ltd.

(Ends)

Package Sidebar

Install

npm i statto-backend-memory

Weekly Downloads

0

Version

0.2.0

License

MIT

Last publish

Collaborators

  • chilts