Sergio Alexander Florez Galeano
System engineer and passionate entrepreneur, with talent and experience building digital business. Speaker, researcher, athlete, gamer, and geek 100%.
http://rockalabs.com
xergioalex
A full-stack, open source platform for building web and mobile apps in JavaScript
Introduction to Meteor Js
Learning with Rockalabs Chapter 7
Building Meteor App (Live Chat)
* Users accounts system (Login, Register)
* Any user can talk with each other.
Features
* Real time.
* Last messages history.
1) Install Meteor
curl https://install.meteor.com/ | sh
2) Download chat resources
From atmosfera: https://atmospherejs.com/
1) Login/register: accounts-password
2) Routing:
kadira:flow-router
kadira:blaze-layout
arillo:flow-router-helpers
zimme:active-route
From npm: https://www.npmjs.com/
2) Javascript library: jquery
3) Dates: moment
3) Variables: reactive-var, reactive-dict
4) Fake Data: faker 5) Validations: is_js
1) Hash passwords: bcrypt
1) Meteor Js: https://www.meteor.com/
2) Meteor Js Docs: http://docs.meteor.com/#/full/
3) Meteor Js Guide: https://guide.meteor.com/
4) Meteor Up X: https://github.com/arunoda/meteor-up...
5) Flow Router: https://github.com/kadirahq/flow-router
6) Flow Router Guide: https://kadira.io/academy/meteor...
7) Daemonite Boostrap Material: https://github.com/Daemonite...
http://rockalabs.com
xergioalex
By Sergio Alexander Florez Galeano
Building simple app using Meteor Js.
System engineer and passionate entrepreneur, with talent and experience building digital business. Speaker, researcher, athlete, gamer, and geek 100%.