Skip to content

pkleckner/node-js-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-js-crash-course

Node.js Crash Course: Following the tutorial from Traversy Media

What does this do?

This creates a simple server that automatically loads the correct HTML page based on the URL's path and sets Content Types based on file's extension. Currently the only available pages are:

  • index.html
  • about.html
  • 404.html (general catch-all for incorrect paths)

Some additional files are in place that do some very basic testing of some other features of Node.js, such as filesystem, operating system, and event emitters.

About

Node.js Crash Course: Following the tutorial from Traversy Media at https://www.youtube.com/watch?v=fBNz5xF-Kx4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published