Skip to content

jorgeramirez/se2019-node-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js & Express Tutorial

Node.js is a server-side platform built on Google Chrome's JavaScript Engine (V8 Engine). Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

We are not going to cover the all the features, only the basics. If you want to know more about how Node.js works, checkout some videos on youtube:

In this hands-on tutorial, the goal is to give you some pointers and tools so you can start building your own node.js applications.

Installation

You can install Node.js by following the instructions from the Node.js project webpage (https://nodejs.org/en/).

If you're using a package manager in your OS, you might find ports already available. For example:

Using nvm

In case you decided to use NVM, issue the following command to install the latest LTS version.

$ nvm install

Materials

You'll find the materials for the lectures in the day* folders.

Express starter kit

Head over this repository if you want to save some time while bootstrapping your API project using Express :)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • HTML 11.3%