DEV Community

Discussion on: Alternative Backend Approaches

Collapse
 
johannesjo profile image
Johannes Millan

Do you have experience with these technologies? If so, please let us hear them!

Collapse
 
negue profile image
negue

I worked a bit with gun.js, it needs a bit of different app state / mindset of using pure objects instead of lists, but once you figured it out, it works great

Also there are some obstacles getting gunjs events as an rxjs observable (because of angular)

Collapse
 
johannesjo profile image
Johannes Millan

Thanks for sharing! Could you describe how one would approach handling a list in gun (possibly this even a good subject for a short and easily digestible article)?

Thread Thread
 
negue profile image
negue

Yeah, I wanted to create a little article about that! I'll write here once I have the article / explanation.

Thread Thread
 
negue profile image
negue