Any self-hosted Firebase alternatives? [closed] - angularjs

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
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.

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

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

Most of my backend-less learning comes from NoBackend

There is also socketcluster: http://socketcluster.io/
It's not a framework - More like a realtime environment. You can run various Node.js frameworks like express on top of it.

Related

Multilingual headless cms with support for articles [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm looking for headless cms with good support for several languages. It is my first project with headless cms so i tried to find something on my own but i couldn't find solution which i want. I decided to use strapi but it has poor (or maybe i miss something) internalization API. As i saw i can provide multiple language but just for some word's/sentences.
https://strapi.io/documentation/3.0.0-beta.x/guides/i18n.html#usage
But my question is about some solution that can distinguish content built with content builder (some articles etc), or maybe if we cannot achieve that in strapi, is there some other free headless cms with that feature ? I couldn't find that and i've not seen any article about achieving that behaviour.
Best regards and thank You in advance.
contentful has good multi-lingual content support but it's SaaS so you can't host it yourself.
Pricing is based on the number of spaces and users you need, plus a platform fee.
Directus is free (on-prem PHP) or pay (Saas) and supports content in many languages via "translation" fields which are returned as specified by the lang parameter in the API.

Need recommendations of an exception tracking system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
We need a recommendation for tracking exceptions in our web app. Our front-end is using Angular 1 or 2, back-end is using ColdFusion. We found BugSnag, but this company cannot do annual billing.
Does anyone know any other similar product?
Thanks a lot!
I've used Raygun https://raygun.com/, which was very simple to integrate with CF.
I also looked at Rollbar https://rollbar.com/, which was similar.
I highly recommend using something like this, either a SaaS or host your own. It have great gains in efficiency & insight in error detection compared to logs our old emailed alerts.

Database and user interface software/CMS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm looking for a solution (probably CMS or framework) to make a database and user friendly interface for data entry by regular users.
At our department we're doing a lot of data collection - 6 DBs, 2k records, ~100-200 fields. All of them are powered by in-house Rails application that's hard to maintain on this scale. So, I'm looking for a more tailored solution.
What is important:
Well-thought database design and data management solution (migrations, validation, etc)
Almost unlimited customisation (backend and frontend programming), especially an ability to make complex inputs
Great community to learn and contribute (open source)
What will be nice to have:
Python/Ruby/etc backend. Modern React (at least not Angular) frontend
PostgreSQL support
Plugins, integration with other services
Something I've found: Oracle APEX, MS Access, FileMaker (proprietary), nuBuilder (very limited). After all, I thought about rewriting our app using PostgREST and React or use Plone as a basis (but a bit afraid of ZODB). What do you think?
Any help and advices are appreciated, thx.
PostgreSQL + PostgREST + react-admin
Reactrb plus rails. Very simple to use 100% ruby see http://reactrb.org

What database viewer to use for CouchDB? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm pretty new to CouchDB. I have googled without finding a database viewer for CouchDB.
How do you view a CouchDB database without manipulating the raw HTTP messages ?
Ideally, the tool would meet the following requirements :
Cross-platform (Windows or Linux mainly)
Desktop application or Web application
Allow editing of documents, databases etc
There is built-in web application that allows you to manage CouchDB instance -- http://guide.couchdb.org/draft/tour.html#welcome
And your question is very ambiguous. You ask for the web application as option but without "a classic browser" you cannot use it.
In case you don't find Futon very intuitive, please checkout CouchDB Query Explorer. The tool is aimed at providing an intuitive approach to configure & use. Define your own fields & filters. Querying is as simple as selecting one or more filters. For more information please visit here
couchdb

The best host server for running a C program? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have developed automatic speech recognition software with C, and would like to develop a web application using that.
But I have no idea where should be the best host server that I can run it.
I really want to run it on Google App Engine, but as far as I know it allows only Java and Python.
So I would be appreciate if you could recommend decent or popular host servers for this purpose.
Amazon's AWS lets you deploy operating systems of your choice, where you can run programs in programming languages of your choice. Smaller competitors are Google's GCE and Microsoft's Azure.
Maybe you can look at Amazon Web Services:
http://aws.amazon.com/

Resources