Table of contents
Introduction
JavaScript Review
Handling Asynchronous Code
Web Server Introduction
- HTTP Protocol Overview
- Modules & Node Package Manager
- Simple Web Server using Express.js
- Example Code
UI Toolkits
Advanced Routing & Middleware
Web API Overview
Template Engines
Working with Forms
- HTML Form Elements Review
- Processing URL Encoded Form Data
- Processing Multipart Form Data
- Example Code