Intro to Server-side Javascript

Simmons SharkHack

23 March 2018

Rachel Boyce (RB)

rfboyce@gmail.com

What is Node?

What is Node?

Light-weight, event-driven Javascript runtime with non-blocking I/O.

What can we do with Node?

What can we do with Node?

  • HTTP Web Server
  • REST services
  • Serverless Computing
  • NPM Modules
  • Tooling

NodeSchool.io

learnyounode

Workshopper

1. Go to

https://nodeschool.io/#workshoppers

 

2. Open shell Terminal:

node -v
  • v.6.2.0 or higher
npm -v
npm install -g learnyounode

 

3. Make a directory for            the workshopper files

mkdir learnyounode

cd learnyounode

 

4. Open a text editor

 

5. Start workshopper

learnyounode

Node School

By arebe

Node School

  • 1,461