Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any self-hosted Firebase alternatives? [closed]

I just recently discovered Firebase, and watched a video of how Firebase can complement AngularJS application. I was super excited, right until I realized, that Firebase only available as a hosted service, and as such, is not an option for my employer. I'd like to ask if anyone is aware of a framework or a library, offering a comparable feature set (i.e. auto-binded madel back-end persistence combined with a real-time push) Any information would be great.

like image 981
Eugene Goldberg Avatar asked Feb 21 '14 14:02

Eugene Goldberg


People also ask

What can I use instead of Firebase?

Appwrite is a backend server for Flutter, Mobile, and Web developers. It is open-source, secure, and provides a self-hosting solution that is easy to use. It is a great open source Firebase alternative. Appwrite supports multiple SDKs, including Flutter, Web, Apple, and Android.

Can Firebase be self hosted?

Does Firebase offer self-hosting? Firebase is designed to offer an agile cloud environment for building, deploying, and managing apps. It does not provide an option to self host an application.

Is there a free alternative to Firebase?

The best free alternative to Firebase is MongoDB.

Is parse better than Firebase?

Parse Server is undoubtedly better than Firebase to develop Android, iOS, or web application APIs with a strong community background and feature-rich open-source platform.


2 Answers

Found my answer - meteor.js. Has a host of amazing features including realtime data

like image 77
Eugene Goldberg Avatar answered Oct 08 '22 16:10

Eugene Goldberg


I recently discovered Deployd. For most use cases, this should work nicely.

like image 33
Daniel Sikes Avatar answered Oct 08 '22 15:10

Daniel Sikes