Brief Summary
This course is a friendly introduction to creating servers using Node.js and Express. You'll learn how to write fast JavaScript code, use templates, and get your app live on Heroku. Plus, there are fun exercises to help you practice!
Key Points
-
Learn the basics of Node.js
-
Explore the Express framework
-
Understand server-side templating
-
Get hands-on experience with exercises
-
Deploy your app on Heroku
Learning Outcomes
-
Understand the difference between client and server code
-
Create a simple server with Node
-
Use the Express framework to build applications
-
Deploy applications on Heroku
-
Get familiar with MVC architecture
About This Course
Basics of creating a server using Node, useful framework called Express, server-side templates, and deploying on Heroku.
Node is an implementation of the Chrome JS runtime that can be run on the server. This means we can write fast, asynchronous code in Javascript to power our websites on both the client side and the server side. In this course, we’ll cover the basics of creating a server using Node, moving onto a useful framework called Express, looking at server-side templating, and deploying our application on Heroku. We’ll also cover the basics of the MV* architectures.
Course Includes:
17 videos with over 78 minutes of lectures and explanations.
6 external resource files.
7 exercises to help you master introductory Node concepts.
What You'll Learn:
Course Goal: Learn how to use Node
Building and deploying a Node application using Express
Understanding MV* architectures
Emmanuel A.
Concise and informative.