Node.js is a versatile platform for building all sorts of applications. In this course, we're going to make a dynamic website that displays a Treehouse student's profile information by creating a server that will dynamically generate content, handle URLs, read from files and build a simple template engine.
What you'll learn
- Creating an HTTP Server
- Reading Files
- Handling HTTP Methods
- Customizing HTTP Headers