How to connect pinoccio to apache couchdb
问题 Is there anyone using the nice pinoccio from www.pinocc.io ? I want to use it to post data into an apache couchdb using node.js. So I'm trying to poll data from the pinnocio API, but I'm a little lost: schedule the polls do long polls do a completely different approach Any ideas are welcome Pitt 回答1: Sure. I wrote the Pinoccio API, here’s how you do it https://gist.github.com/soldair/c11d6ae6f4bead140838 This example depends on the pinoccio npm module ~0.1.3 so make sure to npm install again