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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Lawnchair: Client Side JSON Document Store

48 点作者 voodootikigod超过 15 年前

5 条评论

bravura超过 15 年前
At first blush, this project is very exciting.<p>Persistent objects through JSON. No muss, no fuss. Lawnchair indeed!<p>[edit: Here is the github source directly: <a href="http://github.com/brianleroux/lawnchair" rel="nofollow">http://github.com/brianleroux/lawnchair</a> ]
IgorPartola超过 15 年前
This project does provide a very nice API and I think it can be very useful in some circumstances. However, I think client side storage is not as important as server storage. After all, a client can have many "client sides" and the appeal of storing stuff on the server is that all of them can be stateless and synchronized. I can see myself using this as a very nice cache mechanism for intermediate data, but the permanent storage would stay on the server.<p>&#60;IMHO&#62;SQL is not gross!&#60;/IMHO&#62;
pierrefar超过 15 年前
Interesting.<p>What about persistence between browser sessions? I couldn't see anything on the page about this.
评论 #956387 未加载
keefe超过 15 年前
nice idea, I am a JSON junkie but I tend to leave it at the transport layer
lecha超过 15 年前
Promising. Anyone care to summarize query capabilities?