cheatsheets
cheatsheets copied to clipboard
Node cheatsheet
Leave your ideas here for Node things that need to be clarified in a glossary.
CC: @minaorangina @heron2014
@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)
Step2 branch keywords:
- client
- request
- response
- node.js modules like http
- object methods
- object properties
- port
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()
. ThewriteHead
method takes 2 parameters - the status code and the header object.")
@msmichellegar @nofootnotes What is the progress on this, when will this be completed?
Step 4 branch keywords:
- http methods
- fs
- fs.readFile()
- __dirname