TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PouchDB: A browser database that syncs with CouchDB

64 点作者 dscape将近 13 年前

3 条评论

sktrdie将近 13 年前
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 未加载
tectonic将近 13 年前
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 未加载
sidchilling将近 13 年前
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 未加载