TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PouchDB: A browser database that syncs with CouchDB

64 pointsby dscapealmost 13 years ago

3 comments

sktrdiealmost 13 years ago
This is a truly powerful thing, especially for mobile web-apps where you need to constantly synch with a central server.<p>Also, native mobile apps using WebKit don't need to embed CouchDB in their app anymore - they simply use PouchDB to synch with their couches.<p>Not to mention the benefits this could bring to desktop development. All you virtually need is a WebKit instance to build a truly scalable desktop application that uses open standards for most of its components - HTML5/CSS3 for interface and a Couch API for storage.<p>Really awesome! Keep up the good work.
评论 #4066896 未加载
tectonicalmost 13 years ago
Syncing complex data from offline storage to a hosted backend is hard, especially if the data can change in both places at once. If this solves that problem, it could be very useful.
评论 #4066014 未加载
评论 #4066915 未加载
sidchillingalmost 13 years ago
Can it be used with some other database like MySQL? I mean the main database is MySQL and in the offline mode PouchDB can collect data.<p>Also, what about security of the main database? How does the syncing take place?
评论 #4068320 未加载