Abhi Aiyer
1 min readNov 30, 2016

--

Yes indeed. Trying to get off Meteor.

Here a few things we’re doing, blog post to come.

  1. Convert all of our meteor packages to NPM Modules
  2. Stop using Tracker completely
  3. Stop using Subscriptions/publications and opt in for Meteor Methods
  4. Convert Meteor methods to GraphQL queries and mutations
  5. Move backend bits into microservices feature at a time
  6. Mount an express server via WebAppConnectHandlera
  7. With this Express Server hijack Meteor routes by rendering a new a client side bundle via Webpack

As you can see we have a long time before we’re out.

--

--