Friday, December 11, 2015

Day 37

Angular JS


Today I started AngularJS, the last part of MEAN. To give you guys a recap, MEAN stands for:
  • MongoDB
  • ExpressJS
  • AngularJS
  • NodeJS
Mongo is the database, Node is the web server that passes info to and from the client and the database. Express act as a Node module that relays information from the database to the web server and finally Angular act as the framework that receives and passes information to the web server from the client side. AngularJS uses HTTP requests to pass to and and receive information from the web server. To use it, there is a script to add into your HTML. Angular has its own controllers and a thing called factories. Factories is what passes information to the web server. Controllers directs what is happening on the page. That's just a quick view of Angular!

No comments:

Post a Comment