Persevere adds Comet Support. Persevere sounds neat: a RESTful HTTP/JSON data store (the interface reminds me of CouchDB) which recently gained the ability to “subscribe” to a resource and receive notifications of updates via comet.
Persevere adds Comet Support. Persevere sounds neat: a RESTful HTTP/JSON data store (the interface reminds me of CouchDB) which recently gained the ability to “subscribe” to a resource and receive notifications of updates via comet.
Persevere's interface is indeed very similar to CouchDB, we both basically implemented REST according to the HTTP spec, and independently came up with almost the same API. I have been working on a Dojo data store (used in the demo) that connect to RESTful data storage and it can be used with both Persevere and CouchDB with very little code differences (http://trac.dojotoolkit.org/ticket/5987).
Kris Zyp - 13th May 2008 18:21 - #