/nodestarter

a very basic Node app

Primary LanguageJavaScript

Complete project from Manuel Kiessling's Node Beginner book.

To run

Download/clone this repo. Navigate into the project directory.

$ node index.js

Open localhost:8888

Upload a png from your machine and see it displayed.

Concepts practiced:

  • server-side JS
  • functional programming
  • blocking and non-blocking operations
  • callbacks
  • events
  • custom, internal and external modules