Getting started with Meteor Framework

Introduction

In this article we learn about getting started with Meteor JavaScript framework for building reactive/ real time application using NodeJS and MongoDB.

Description

What is Meteor Framework
  • Meteor is a full-stack JavaScript platform for developing modern web and mobile applications.
  • Meteor allows you to develop in one language, JavaScript, in all environments: application server, web browser, and mobile
How to install Meteor ?
Which Editor We can use to write code for meteor development ?
  • Atom , SublimeText, Visual studio Code
Reference Link

Conclusion

After watching this video tutorial we can setup meteor app and also start developing real time application in Pure JavaScript.