http://developer.couchbase.com/documentation/mobile/1.1.0/de...
Kinto – open-source alternative to Firebase and Parse
31–40 of 95 posts
Re: Kinto – open-source alternative to Firebase and Parse
#32For more fine-grained permissions and other features I'm also developing a small Go database compatible with PouchDB at https://github.com/fiatjaf/summadb
I hope it will be able to sync through websockets soon.
Re: Kinto – open-source alternative to Firebase and Parse
#33Re: Kinto – open-source alternative to Firebase and Parse
#34Why not CouchDB + PouchDB? It's offline first and replicates over HTTP. For more fine-grained permissions and other features I'm also developing a small Go database compatible with PouchDB at https://github.com/fiatjaf/summadb I hope it will be able to sync through websockets soon.
Specifically if you wrap your storage layer in a facade that looks like https://github.com/couchbaselabs/walrus you'll be able to use our suite of storage layers, and we'll be able to use yours. That means it'd be trivial to swap out your storage for something scalable like Couchbase Server, or something tiny and embedded like ForestDB or RocksDB.
Re: Kinto – open-source alternative to Firebase and Parse
#35Why not CouchDB + PouchDB? It's offline first and replicates over HTTP. For more fine-grained permissions and other features I'm also developing a small Go database compatible with PouchDB at https://github.com/fiatjaf/summadb I hope it will be able to sync through websockets soon.
This is a very full featured combination, basically a PaaS/BaaS with sync, and user accounts, out of the box.
http://www.couchbase.com/nosql-databases/couchbase-mobile
Note, while that website is very corporate, the software is open source and the company is very supportive of developers.
Re: Kinto – open-source alternative to Firebase and Parse
#36Does anybody know about databases that talk WebSockets rather than HTTP? For frontend apps it seems more logical to use WebSockets. Dealing with AJAX and understanding how to manage all of that on the client is still a huge dilemma in the React/Flux/Angular community.
Re: Kinto – open-source alternative to Firebase and Parse
#37Re: Kinto – open-source alternative to Firebase and Parse
#38Why not CouchDB + PouchDB? It's offline first and replicates over HTTP. For more fine-grained permissions and other features I'm also developing a small Go database compatible with PouchDB at https://github.com/fiatjaf/summadb I hope it will be able to sync through websockets soon.
I'm 100% waiting to be sold on "here's a new tool that does what CouchDB does, but is better in these specific ways", but if your sales pitch is just "we're working on writing an exact clone of CouchDB because we didn't realise CouchDB existed" it doesn't really sell me.
(Nothing wrong with a dose of Not Invented Here Syndrome; a lot of progress comes from reinventing the wheel. What gets me is the No Idea What's Been Invented Syndrome.)
Re: Kinto – open-source alternative to Firebase and Parse
#39Re: Kinto – open-source alternative to Firebase and Parse
#40Does anybody know about databases that talk WebSockets rather than HTTP? For frontend apps it seems more logical to use WebSockets. Dealing with AJAX and understanding how to manage all of that on the client is still a huge dilemma in the React/Flux/Angular community.