Simple real-time messaging app written in Meteor.js
View online at http://messenger.meteor.com
-
Install meteor (if you don't have it already) by running in your terminal:
$ curl https://install.meteor.com | sh
-
Download the zip for this project and unpack it into your folder
-
Run it locally:
$ cd meteor-messenger $ meteor
You should now be able to view the app a http://localhost:3000
-
(Optional) Deploy your app to Meteor's servers
$ meteor deploy example-url.meteor.com
-
Email me at mailto:jhghank@gmail.com
-
Read the documentation and watch screencasts at http://meteor.com