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.

Show HN: ReclinerJS – Local CouchDB inside your Browser

3 pointsby jsdeveloperabout 1 year ago
Introducing Recliner-JS: a CouchDB-like database that runs directly in your browser!<p>Get ready to experience the power of a seamless document and attachment management system, just like CouchDB, but with the added convenience of being accessible through a familiar REST API.<p>Imagine effortlessly retrieving your docs and attachments with a simple URL:<p>&lt;img src=`&#x2F;recliner&#x2F;dbname&#x2F;doc_id&#x2F;attachment_name`&gt;<p>But that&#x27;s not all! This library takes things to the next level with its cutting-edge partial content streaming capabilities. Lazy Cloud Attachments ensure that your browser only downloads the attachments you need, when you need them, optimizing performance and efficiency.<p>Built from the ground up using pure, vanilla JavaScript, this library is a testament to my commitment to simplicity and robustness.<p>Don&#x27;t just take my word for it – head over to the GitHub repo and explore the usage examples and working demos for yourself! Get ready to revolutionize your web development experience.

1 comment

uptonkingabout 1 year ago
why not just use pouchdb? the most powerful part of pouch&#x2F;couch is syncing, you may consider integrate with it