amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
17.96k stars 1.16k forks source link

Question: Can you use GunJS with indexedDB on the client side ? #1283

Closed Codzaa closed 1 year ago

Codzaa commented 1 year ago

For Example: For a simple chat app can each user's information/chats/posts be stored in IndexeDB ?

If so is there an example or detailed explanation I can read.

Thank you.

draeder commented 1 year ago

You can use IndexedDB. I do not have a link to an example, however. I'm sure there's something in chat: https://chat.gun.eco, or you could ask there.

amark commented 1 year ago

@Codzaa yes https://gun.eco/docs/RAD#install tho warning: since the new version (last year) RAD hasn't been thoroughly testedand it is getting a huge overhaul with Book underneath, so many of these pieces may go thru breaking API changes over the next year.