Nor is it meant to be secure. It's a direct connection to a data store.
Still, neat idea.
It sets a key using:
http://rastajs.errorjs.com/set/yourkey/yourvalue
And retrieves it using:
http://rastajs.errorjs.com/get/yourkey
It also adds a timestamp, and allows for a callback. Perhaps it should be clarified that this relies on making a web call to their server (even if that is the only way this could possibly be done).
The api is defined under WHY? tab, btw.
I am putting it on GitHub right now.
Can someone explain, in simple English, what this is about and why it's good?
I think this combination of a lightweight library and free online storage could be useful for people who would like to have a static website with no functionality or storage whatsoever on their server. It could also be used in scenarios where JS code is used as glue between one or more websites and the user (for example in browser plugins).
https://github.com/rockstar/selassie
It's not backed by anything but memory, but that's why I said "simple".
(HN discussion: http://news.ycombinator.com/item?id=1846088)