A ligthweight, hacky proof-of-concept Unhosted storage provider, based on Node.js
This is a fork of http://github.com/5apps/express-storage
Changes include but are not necessarily limited to:
- Removed redis dependency in favor of an in memory solution for easier testing
- Introduced a HTTP backdoor to manipulate the store while testing
npm install
cp copy_to_parent_dir_as_config.js ../config.js
sudo node server.js
In order to inspect the running, local stores in memory contents, use the following URLs:
A complete dump of the memory storage, as JSON
GET http://localhost/storage/key
Dump the contents under "key" as JSON
PUT http://localhost/storage/key
Replace (or insert anew) any data mapped under "key"
(Coming soon)
(Coming soon)
(Nothing yet)
Copyright (c) 2012 Michiel De Jong, Sebastian Kippe, Garret Alfert Licensed under the MIT license.