pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
944 stars 155 forks source link

Can express-pouchdb run in Node's cluster mode? #474

Open allencblee1 opened 1 year ago

allencblee1 commented 1 year ago

I read some articles saying that express-pouchdb can run in Node's cluster mode but the different instances of the cluster needs to do data sync instead of sharing the same underlying database. Is it possible to run express-pouchdb in Node's cluster mode with all the instances sharing the same underlying database (e.g. mysql thru' leveldown)?