Would you go with Meteor or Firebase for the real time feature of an application
I'd go with GraphQL subscriptions and web sockets. I personally think Meteor is great for quick prototyping, but it's not suitable for production environments. Firebase would be a great alternative, but I think GraphQL subscriptions give you more control.
I'll go with Firebase because I can easily integrate it with my stack, which is not possible if I choose Meteor.
Pierre
DevOps JS
Pierre
DevOps JS
Meteor is a good tool for prototyping or writing very small apps quickly. But has a lot of downsides that I explained here: medium.com/@pierrebaz/why-i-won-t-recommend-meteo…
Firebase is composed of many building blocks: