redgeoff / couchdb-howler

Use web sockets to subscribe to CouchDB global changes
MIT License
36 stars 1 forks source link

Information about number of parallel PouchDB instances #111

Closed hadrien-toma closed 4 years ago

hadrien-toma commented 4 years ago

Hello @redgeoff, I got in this repo through the stackoverflow issue Maximum number of live replications in PouchDB.

This project seems interesting, would you answer me few questions in order to investigate more on using Howler?

In any case, great initiative and idea here, thank you for this work and for sharing it.

hadrien-toma commented 4 years ago

Update: same question replacing PouchDB by Slouch :heart_eyes:

redgeoff commented 4 years ago

couchdb-howler should be capable of allowing a client to listen to any number of CouchDB databases. Feasibly, I'd expect that it could handle hundreds of thousands or millions, but this hasn't been tested. The breaking point would be the number of connection records the server can store in memory, but this should be a lot as these records are very tiny.

hadrien-toma commented 4 years ago

Awesome, I can't wait to try couchdb-howler :yum:. Thank you for your answer!