On Thu, May 08, 2014 at 12:54:45PM -0700, Dave Holdsworth wrote: > One other thing: is there any documentation on how a server side bot (say a > node program) can access the sync_gateway websocket interface directly for > the _changes feed?
If you can use HTTP instead, follow[0] is a nice library for processing changes using Node.js. (It was designed for CouchDB, not Sync Gateway, but given the compatible APIs it will probably work). [0] https://github.com/iriscouch/follow -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/20140508202714.GA7660%40mqmb.local. For more options, visit https://groups.google.com/d/optout.
