# HG changeset patch
# User Atul Varma
Things to do:
-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.
+ +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.