Y
Hacker News
new
|
ask
|
show
|
jobs
by
pitra
5411 days ago
you just include a <script> tag, and then use the API.
1 comments
josscrowcroft
5411 days ago
I think he meant - physically, HOW does this work. As in, where is the data stored and how?
link
pitra
5411 days ago
oh, my bad. Well, the API doesn't specify anything beyond that.
My implementation is on GitHub at
https://github.com/errorjs/Rasta.js
link
jchrisa
5411 days ago
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.
link
Raphael
5411 days ago
Ah, redis. Good man.
link