Learn Meteor.js From Scratch: Build a Polling App

Meteor.js is an open-source platform built on Node and MongoDB. It’s not just a framework, it’s more than that.

Is it comparable to Angular? Angular handles just the frontend parts of application. Meteor is more of a platform than Angular. It is both server and client-side code and handles a lot of the parts of applications that we need to create manually in Angular.

We’ll be diving into a simple application in this tutorial to show off the benefits and power of Meteor.

meteor-homepage