Kinto – open-source alternative to Firebase and Parse
kinto.readthedocs.org
Kinto – open-source alternative to Firebase and Parse
1–10 of 95 posts
Re: Kinto – open-source alternative to Firebase and Parse
#2Re: Kinto – open-source alternative to Firebase and Parse
#3Re: Kinto – open-source alternative to Firebase and Parse
#4So I read through the docs for a few minutes and something wasn't entirely clear.. It shows "offline-first design" so does that mean I can use it as a local storage in the browser/device, and it can sync later to a server?
Re: Kinto – open-source alternative to Firebase and Parse
#5So I read through the docs for a few minutes and something wasn't entirely clear.. It shows "offline-first design" so does that mean I can use it as a local storage in the browser/device, and it can sync later to a server?
That's what it looks like [1]. Every operation is done locally via IndexedDB, and then you manually perform syncs. [1] https://kintojs.readthedocs.org/en/latest/
Re: Kinto – open-source alternative to Firebase and Parse
#6Earlier quoted context omitted.
That's what it looks like [1]. Every operation is done locally via IndexedDB, and then you manually perform syncs. [1] https://kintojs.readthedocs.org/en/latest/
Great! We run Firebase in production. Offline-first is one of the most important features for us. (I know, Firebase isn't there yet) I'm surprised this isn't showcased more prominently on their marketing.
[1] https://www.firebase.com/blog/2015-05-29-announcing-mobile-o...
Re: Kinto – open-source alternative to Firebase and Parse
#7Do you have a gitter channel or something?
Would love to talk shop about the design decisions! Email me at chris at ramses dot tech.
(I'm one of the devs of http://ramses.tech)
Re: Kinto – open-source alternative to Firebase and Parse
#8Re: Kinto – open-source alternative to Firebase and Parse
#9Isn't one of the main benefits of something like Firebase or Parse that you don't have to run it? It's nice that Kinto packages the stack together and provides plug-and-play APIs, but there's quite a bit of expertise and overhead operating a backend stack in production.
Re: Kinto – open-source alternative to Firebase and Parse
#10This looks really cool. Do you have a gitter channel or something? Would love to talk shop about the design decisions! Email me at chris at ramses dot tech. (I'm one of the devs of http://ramses.tech )