This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running local couchbase lite instance | |
username: d4b724ee-131b-468e-b3ab-953d6fef2686 | |
password: fcd11474-53db-44f8-b865-91d3fefe1779 | |
http://d4b724ee-131b-468e-b3ab-953d6fef2686:fcd11474-53db-44f8-b865-91d3fefe1779@localhost:5984 | |
Press Ctrl-C to shutdown | |
[Fri Apr 24 06:10:23 JST 2015] TJWS httpd 0.0.0.0 - SimpleAcceptor ServerSocket[addr=0.0.0.0/0.0.0.0,localport=5984] is listening. | |
2015-04-24 06:14:41 | |
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There are three essential components for most flexibly interacting with CouchDB from node: | |
couch API documentation: | |
http://jpmens.net/2010/04/20/the-antepenultimate-couchdb-reference-card/ | |
http://www.couchbase.org/sites/default/files/uploads/all/documentation/couchbase-api.pdf | |
javascript HTTP library: | |
http://github.com/mikeal/request | |
javascript _changes feed consuming libaries (pick one): |