mattdesl pfp
mattdesl
@mattdesl
My next project will leverage some modern web features—wide gamut P3 color, offscreen canvas workers, IndexedDB for caching. Also a lot of coding on the backend which has been new for me. Definitely inspired to make more full-stack apps after this. Excited to release more details in the coming week. 😀
7 replies
13 recasts
57 reactions

‍‍ pfp
‍‍
@git
why IndexedDB as opposed to the alternatives?
1 reply
0 recast
1 reaction

mattdesl pfp
mattdesl
@mattdesl
Bigger storage space, support for objects, and operations mostly run off the main thread, compared to something like local storage
1 reply
0 recast
0 reaction

‍‍ pfp
‍‍
@git
be aware that it's incredibly slow. Slower than a remote database on a cheap server http://nolanlawson.github.io/database-comparison/
1 reply
0 recast
1 reaction