# HG changeset patch # User Atul Varma # Date 1239815354 25200 # Node ID 71df4d77dbf67f47736f888e31b6affcb8376cb4 # Parent a69d57c2c50fd8035f4aeba3a682774b29d9487a Added lots more text to index.html. diff -r a69d57c2c50f -r 71df4d77dbf6 index.html --- a/index.html Wed Apr 15 09:36:05 2009 -0700 +++ b/index.html Wed Apr 15 10:09:14 2009 -0700 @@ -21,17 +21,37 @@ of CouchDB on the client-side, and may even support integration with CouchDB in the future.

-

Things to do:

- + +

Why?

+ +

This prototype is intended as a response to Vladimir + Vukićević's blog post + entitled HTML5 + Web Storage and SQL. A CouchDB-like API seems like a nice + solution to persistent storage on the Web because so many of its + semantics are delegated out to the JavaScript language, which + makes it potentially easy to standardize. Furthermore, the + MapReduce paradigm also naturally takes advantage of multiple + processor cores—something that is increasingly common in + today's computing devices.

+ +

Things to do

+ +

Right now there isn't anything really shiny or flashy to see; + just the test suite + and the semi-large data set + test, though they're not particularly exciting. In the future, + we'd like to make + CouchDB's Futon + client work entirely using BrowserCouch as its backend instead of + a CouchDB server, but that's a ways away.

+ +

If you'd like to see some code samples of what the BrowserCouch + API currently looks like, check out the annotated source code for the test suite. + You can also read the primary source code documentation + for more on BrowserCouch's implementation.