Skip to content

Instantly share code, notes, and snippets.

View someone-1's full-sized avatar

some one someone-1

  • bangalore
View GitHub Profile
@someone-1
someone-1 / goals.md
Created February 5, 2017 14:06 — forked from shimondoodkin/goals.md
plain vanilla node.js intro tutorial to learn a lot in the shortest time.

The plan is to take a simple nodejs server. and add to it simple file serving capabilities. also to have a custom responce to a certien url. to be able to make a simple api in addition of serving files.

goals:

  • to learn read the documentation
  • to understand the whole concept
  • to use some api for hands on expirience
  • streach goal: learn basic npm usage.