Y
Hacker News
new
|
ask
|
show
|
jobs
by
m_mueller
4143 days ago
Our current usecase for NoSQL is that CouchDB can be replicated to mobile devices - I'm not aware of Postgres being able to do this. So I think there still are cases where it can be useful.
1 comments
zackmorris
4143 days ago
Do you have an example of how to use this? I'm interested in analogs of the way Firebase works.
link
m_mueller
4143 days ago
All you need is Couchbase Mobile
. I'll make a blog post about its use when I get around to it.
http://developer.couchbase.com/mobile/index.html
link
avtar
4143 days ago
http://pouchdb.com/
is one option.
link