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.

Lawnchair: Client Side JSON Document Store

48 pointsby voodootikigodover 15 years ago

5 comments

bravuraover 15 years ago
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> ]
IgorPartolaover 15 years ago
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;
pierrefarover 15 years ago
Interesting.<p>What about persistence between browser sessions? I couldn't see anything on the page about this.
评论 #956387 未加载
keefeover 15 years ago
nice idea, I am a JSON junkie but I tend to leave it at the transport layer
lechaover 15 years ago
Promising. Anyone care to summarize query capabilities?