You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/27 21:15:48 UTC

[Couchdb Wiki] Trivial Update of "GettingStartedWithJavaScript" by NoahSlater

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/GettingStartedWithJavaScript

------------------------------------------------------------------------------
  
  == Simple Wrapper ==
  
- There is a simple !JavaScript wrapper around CouchDB included in the distribution. When you install the server it is installed as http://localhost:8888/_utils/script/couch.js. You can see examples of its use in ''couch_tests.js'':
+ There is a simple !JavaScript wrapper around CouchDB included in the distribution. When you install the server it is installed as http://localhost:5984/_utils/script/couch.js. You can see examples of its use in ''couch_tests.js'':
  
  {{{
   var nc = {_id:"NC", cities:["Charlotte", "Raleigh"]};