How do I make two developers work on a Meteor app without sharing logic , I mean front end and backend ,built by different people.What are the best ways to achieve this ?
How to disintegrate Meteor
I suggest exposing a GraphQL API and the client plays with that API directly. And your backend developer can write the resolvers. And you can make them only share the API Typings