Node Essence

What is node? What is its role in modern development? We look at some key characteristics of the platform
Node Context

A look at the components of node, its versioning systems, and key advantages
Programming Node

Examine how node is programmed. Explore callback styles, modules and node program structure.
Lab-5 Applications

Create a new simple node/HAPI project to serve a simple set of static views. Structure the project into controller, views, public assets and routes. The app offers no user interaction, apart from simple navigation.