Simplest key-value store that is usable (I think). Uses the stdlib [PStore][ps] for storage which is not suited to storing large pieces of data, but isn't that the point of a key-value store?
GET /
returns a json encoded array of keys (each as strings).
POST /