Skip to content

nhrones/DT-BP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KV-Cache-PWA

  • Pure vanilla HTML, CSS, javascript application - no frameworks
  • Local-First, Zero dependencies
  • Maintains a local cache, and persists it to a remote DenoKv

About this Proof Of Concept demo

  • All data is persisted and hydrated as a single key-value record in KvDB.
  • Data hydrates to an es6-Map (cache) using JSON.parse()
  • The cache data is persisted in KvDB using JSON.stringyfy()
  • Any mutation to the cache triggers a flush of the full dataset to KvDB.

NOTE: The two files index.html and bundle.js come from /Apps/Base/.
These are common shared assets, and the build/bundle process only happens there. There are no other dependencies here!
Only the main.js file is unique in this app folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors