Build powerful and scalable single-page web applications using a full stack JavaScript environment with Node.js, MongoDB, AngularJS, and the Express frameworkAbout This BookDeal with user authentication on single page web application.Test with Karma and ProtractorContinuous deployment with automated toolsWho This Book Is ForThis book is aimed at web developers who are familiar with frontend technologies like JavaScript, HTML, and CSS, and modern tools like Bower, Yeoman, and Grunt.
What You Will LearnStreamline your development work with Bower, Yeoman, and Grunt.jsConfigure an AngularJS application using modulesTest AngularJS applications with Karma and ProtractorCreate a conference web applicationStart from scratch and refactor your applications using Yo Express generatorUse the new features of Express 4 such as Router, static middleware, and moreSet up user authentication and store sessions with PassportIn DetailLearning Single-page Web Application Development is a journey through application development using the MEAN stack with JavaScript on the server side and client side, covering concepts such as RESTful, authentication and session on SPA. You will build large-scale applications. You will use a JavaScript environment with Node.js on the server, MongoDB as the database, and AngularJS on the frontend.
Everything is integrated with the Bower dependency manager, Yeoman, and other modern tools to speed up your development process. You will deploy your application to the cloud and learn how to prepare your directory structure to scale and grow.
Learning Single-page Web Application Development will give you an overview of AngularJS and RESTful APIs, and guide you in learning how to leverage single page development tools to create efficient and effective applications.
It started good, covered a lot on node, mongodb and express. But the Angular and testing parts were not explained well and need to be focused on better.
Nice introduction to build single-page web applications using the MEAN stack (MongoDB, Express, AngularJS, and Node.js).
The books starts by covering the main concepts of SPA (MVC/MVVM/MV*), client and server-side topics and tools such as Yeoman, Bower, code generators, event loop, non-blocking code, callbacks, NPM, Mongoose, etc.
After this brief introduction this book explores the MEAN stack in detail, covering Node.js, Express, MongoDB and AngularJS building a real web application from scratch, explaining the groundwork for all of the server-side work (REST Services, Security, MongoDB Schemas, routing, etc.) and frontend (AngularJS, Yeoman, Bower).
And last but not least: unit and end-to-end testing using frameworks such as Jasmine, Karma, Protractor, and Selenium.
In my humble opinion, a good book to introduce you to some of the currently most popular tools/frameworks when developing modern web applications with JavaScript.