Are there any ways to use multicore by meteor?

Hi.

I started to use Heroku for my meteor app.

Heroku’s dyno seems to have 4 cores.

In my understanding, single Meteor process is single thread and uses only one core.
Are there any packages to make meteor support multicore?

https://meteorhacks.com/introducing-multi-core-support-for-meteor/

This is what you need.

2 Likes