Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.16 KB

File metadata and controls

32 lines (22 loc) · 1.16 KB

Node

Note, not hosting sites.

Also, note the relationship to the https://github.com/JamieBort/LearningDirectory/tree/master/Servers directory.

Specifically, https://github.com/JamieBort/LearningDirectory/tree/master/Servers/Node

This directory houses all the Node courses, projects, and coding challenges I have started and completed.

This directory should have ONLY the following directies in it, plus this readme file:

  1. Courses
  2. Coding Challenges and
  3. Projects

##What is Node.js? From this article:

..more often than not, we do refer to it as [a framework]. However, Node. js is actually a JavaScript runtime environment — a platform to execute JavaScript codes on the server-side and make it portable.

Courses

Udemy courses and the like. Tutorials.

Coding Challenges

Exercises from sites such as CodeWars.com

Projects

I don't think this should be in here any more. But will leave it for now.

Resources

https://stackoverflow.com/questions/5778245/expressjs-how-to-structure-an-application (not meant for https://github.com/JamieBort/LearningDirectory/tree/master/Hosting)

Associated links