Skip to content

kevin-daniel-hunt/opfs-sqlite-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPFS Sqlite POC

This small project will setup a frontend and backend environment for serving mock data through a websocket from an express server to a webworker on the frontend (React + Vite) which will store the data using sqlite.wasm and OPFS.

Steps to run project

First clone this repo onto your machine.

then run the following commands

  • cd frontend
  • npm install
  • npx vite build
  • cd ../backend
  • npm install
  • node index.js

You should now be able to access the demo on localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages