What comes with Installing the Meteor Framework? [SOLVED]

Hi,

Being new to Meteor, when I install the Meteor framework, does it also install with it: NodeJS and Apache?

Thanks.

Your development environment is provided with node and MongoDB automatically (you don’t need Apache).

When you come to deploy your production app, you will need to ensure that node and MongoDB are available. You may also need to configure nginx (or Apache) if you want to run multiple node instances for the same app.

1 Like

Great - thanks for explanation.

1 Like