I really love meteor project, but what i do not like about it, is that i have no control, what node version it use.
I am not able to configure it to use iojs. Have somebody any suggesting? Maybe will it have some mechanism of configuration in the future? Or should do not worry about that, and just use it?
Obviously you need an appropriate/compatible version of fibers at the very least.
There are also some version checks which you’ll quickly come across.
For one of our servers, we had to use specific versions of node. If you compile the meteor project (meteor build), you’ll get a vanilla node server. You can then use “n” or something similar to manage which versions of node are installed / used.