Skip to content

evanstade/indexeddb_playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Storage Playground

Forked from https://idb.zeroliu.com

The goal is to test IndexedDB performance under various scenarios that the original benchmarks didn't touch on, e.g. reading with or without a lot of records, with or without compressible data, etc.

How to use

First time setup:

$ npm install --save-dev react-dev-utils

Compile and run:

$ npm run start

Then visit http://127.0.0.1:3000 in a web browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • HTML 1.1%
  • CSS 0.9%