Hacker News new | ask | show | jobs
by pitra 5411 days ago
you just include a <script> tag, and then use the API.
1 comments

I think he meant - physically, HOW does this work. As in, where is the data stored and how?
oh, my bad. Well, the API doesn't specify anything beyond that.

My implementation is on GitHub at https://github.com/errorjs/Rasta.js

you might be able to replace the server with just CouchDB configured to allow JSONP... Then users can just sign up at something like http://iriscouch.com to install a copy of your library on an independent server.
Ah, redis. Good man.