javascript - How to connect couchDB with angular.js? -
i have searched did not proper answer if can connect couchdb directly angular.js framework
or
we have take of node.js that.
while have no experience of angular.js, looking @ google buzz example appears have way deal json-providing resources. since couchdb is, don't think there need node.js involved.
all couchdb functionality can accessed via http requests, should fit right in, if necessary doing ajax calls. angular.service.$resource looks appropriate candidate.
Comments
Post a Comment