December 2014
Intermediate to advanced
272 pages
8h 17m
English
The best way to use Node.js as the web server for your AngularJS development is to utilize the Express module. Node.js is a very modular platform, meaning that Node.js itself provides a very efficient and extensible framework and external modules are utilized for much of the needed functionality. Consequently, Node.js provides a very nice interface to add and manage these external modules.
Express is one of these modules. The Express module provides a simple-to-implement web server with a robust feature set, such as static files, routes, cookies, request parsing, and error handling.
The simplest way to explain Node.js modules and Express is to simply have you build your own web server using Node.js ...
Read now
Unlock full access