Meteor for multiple frontends

Hi there,

I really like the idea of Meteor (full stack) and some of the choices its made, but I have a few questions:

  1. Is Meteor ‘production ready’ with regards to native mobile applications? I’m coming from an Ionic background.

  2. Meteor backend, several different client frontends (say, a website and a mobile app for iOs/Android); is this a well-supported scenario, or will I need to do some fun trickery for this?

Thanks much for reading, and I apologize in advance for the somewhat vague nature of the questions :slight_smile:

  1. Yes, meteor is ‘production ready’.

  2. The strategy for multiple front-ends seems to be at the database layer. Make 2 meteor projects that use the same database. Shared code in packages.

1 Like