I want to develope a CRUD application in nodejs with couchbase lite and couchbase syncgetway. I want to run this node js app on Raspberry-pi.
As I can't install couchbase server on Raspberry-pi so I have to use couchbase lite as data store for my app. As I want to use couchbase syncgetway for sync data on server and Raspberry-pi. I googling much for this but not found any thing.
I already tried steps for install couchbase lite on Raspberry-pi and it is wording fine but I not found any nodejs module which is communicate with couchbaselite. there are only objective-c, java, swift, Android library but not for Nodejs.