Open In App

Meteor | Introduction to Meteor

Improve
Improve
Like Article
Like
Save
Share
Report

Meteor is a full stack JavaScript platform that is used for developing modern web and mobile applications. Meteor has a set of features that are helpful in creating a responsive and reactive web or mobile application using javaScript or different packages available in the framework. It is used to build connected-client reactive applications. Features of Meteor are as follows:

  • Meteor helps the developer to develop in one language.
  • Meteor sends data directly to the server instead of sending a HTML file which is rendered by the client.
  • Meteor can provide full stack relativity which thus allows the UI to reflect the true state of the world with the minimum development effort.
  • Installation of Meteor :-
  • To start with meteor:- 1. For WINDOWS:- • First install
  • Chocolatey
  • -    Pip install choco
  • • Run this command using an administrator command prompt
  •  -    Choco install meteor
  • 2. For OSX/LINUX:- • Run the following command in your terminal to install Meteor
  • -   Curl https://install.meteor.com/ |sh
  • How to start project with Meteor :-
  • To create a new project. You have to run the following command
  •  - meteor create project_name
  • To run a project in Meteor you need to run the following command:
  •  " meteor "

Last Updated : 01 Nov, 2023
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads