Social and Real-time Web Applications
using Meteor
Anurag Bhandari
Developing Real-time Web Apps in JavaScript on Linux
Social and Real-time Web Applications using Meteor Developing - - PDF document
Social and Real-time Web Applications using Meteor Developing Real-time Web Apps in JavaScript on Linux Anurag Bhandari A real-time application (RTA) is an application program that functions within a time frame that the user senses as immediate
using Meteor
Developing Real-time Web Apps in JavaScript on Linux
A real-time application (RTA) is an application program that functions within a time frame that the user senses as immediate or
measured in seconds.
$ curl https://install.meteor.com/ | sh
$ meteor update
$ meteor create myapp $ cd myapp $ meteor
$ meteor add pkg-name
<template name="hello"> Hello there, {{first}} {{last}}! </template>
$ meteor deploy myapp.meteor.com OR $ meteor bundle myapp.tgz