Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to Node.js Development
Rating: 4.3 out of 5(201 ratings)
6,430 students

Introduction to Node.js Development

Basics of creating a server using Node, useful framework called Express, server-side templates, and deploying on Heroku.
Created byRefactorU LLC
Last updated 11/2015
English

What you'll learn

  • Course Goal: Learn how to use Node
  • Building and deploying a Node application using Express
  • Understanding MV* architectures

Course content

9 sections16 lectures1h 6m total length
  • Introduction1:17

Requirements

  • Introduction to HTML
  • Introduction to JavaScript Development
  • Intermediate JavaScript Development

Description

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:

  • Introduction to Node
  • Client vs Server
  • Running Node
  • Modules
  • Git Ignore
  • Node Server
  • Using the Express Framework
  • Nodemon
  • Using Jade Templating
  • Model View Controller (MVC)
  • Deploying to the Web
  • Heroku
  • Additional Resources
  • Exercises
  • And More!

Who this course is for:

  • Intermediate and Advanced JavaScript Developers
  • Anyone interested in learning more about server-side implementations of JavaScript, Heroku, etc.