Meteor is a full-stack, JavaScript driven framework designed to rapidly build cross-platform applications. It is integrated with the in-house designed Distributed Data Protocol (DDP) and allows for seamless data synchronization to clients; it also includes an inbuilt MongoDB data store.
Meteor applications with NGINX
Getting ready
This recipe is based on Meteor 1.3 using a basic application with the Blaze templating engine.
How to do it...
As Meteor has an inbuilt server, we need to ensure this is running first:
meteor run
This will start the Meteor proxy, start MongoDB...