cheatsheets icon indicating copy to clipboard operation
cheatsheets copied to clipboard

Node cheatsheet

Open msmichellegar opened this issue 9 years ago • 5 comments

Leave your ideas here for Node things that need to be clarified in a glossary.

CC: @minaorangina @heron2014

msmichellegar avatar Jan 30 '16 12:01 msmichellegar

@msmichellegar @nofootnotes list of our demands :heart_eyes:

For our step1 branch we need to explain the following:

  • git checkout new-branch
  • package.json (we found very good reference here )
  • npm
  • dependencies
  • server (basic explanation we will dig more into that)

heron2014 avatar Jan 30 '16 12:01 heron2014

Step2 branch keywords:

  • client
  • request
  • response
  • node.js modules like http
  • object methods
  • object properties
  • port

heron2014 avatar Jan 30 '16 17:01 heron2014

Step 3 branch keywords:

  • status code ("Every response has a header, which contains information about the response. We can add information to the header using response.writeHead(). The writeHead method takes 2 parameters - the status code and the header object.")

minaorangina avatar Jan 30 '16 18:01 minaorangina

@msmichellegar @nofootnotes What is the progress on this, when will this be completed?

NataliaLKB avatar Feb 11 '16 16:02 NataliaLKB

Step 4 branch keywords:

  • http methods
  • fs
  • fs.readFile()
  • __dirname

heron2014 avatar Feb 19 '16 17:02 heron2014