Node.js

Node.js

This talk instoduces Node.js and Node Packet Manager. You will also learn about blocking vs. non-blocking processes and how Node.js processes events, specifically HTTP requests.

REST and Express

This talk introduces Representational State Transfer (REST). REST a software architectural style for the world wide web. Express is a Node.js framework which can be used to create Restful web APIs.

Lab-node-01

You will create your first simple node web service...

Lab-node-02

In this lab you will add more functionality to the server side scripts. This lab will introduce you to the following: - define a web API for your service - separate routing out into a routing script - do more advanced routing based on the HTTP verb - test your solution with a suitable Rest Client