Skip to content
Advertisement

Tag: gundb

how to store image / video file using gundb?

I know the traditional way is to store image/video file in one place and then just save the reference index into db’s table. Now I am learning about gundb, I can store key-value json type data very easily, but since it is decentralized, if I wanna make a say chatroom app, how should I handle image storing (eg: user’s avatar)?

Advertisement