-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this repo dead? #475
Comments
As long as it's useful it should remain. I think the real question is does anyone actually use it? |
Good question! I have asperations to possibly use it in the far future in hobby projects -- but nothing concrete. I feel like it could be useful if someone wanted to fork or extend a JS flavor of couch bc they like JS. |
As the README says...
I would warn against using this for the server for anything that matters. It's really useful for testing or prototyping though... |
I am considering an app that would have an Electron "server" app but the main interface would be a web page available on the local network. The app would never have more than a couple of users at a time. Would this be an appropriate use case? |
Hi @respectTheCode, prefer CouchDB even for local applications. PouchDB is (like Gareth highlighted) less battle-tested. The benefit of pouchdb-server is it's capability of running as a "throw-away" server to test your app or expectations against a CouchDB api (and even in this field: it isn't feature complete to CouchDB v3). |
I ended up building something custom around SQLite. PouchDB was great but requiring end users to install CouchDB was just not realistic. |
Hi @respectTheCode, you're welcome to contribute to PouchDB-Server if your customers rely on it. |
@garethbowen I believe such a message must be a bit clear and more visible. However, by looking at the latest release date one may assume of the risks using it in prod |
There haven't been any releases in over a year and PRs are not being reviewed. Should this repo be archived?
The text was updated successfully, but these errors were encountered: