Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node cheatsheet #1

Open
msmichellegar opened this issue Jan 30, 2016 · 5 comments
Open

Node cheatsheet #1

msmichellegar opened this issue Jan 30, 2016 · 5 comments

Comments

@msmichellegar
Copy link
Contributor

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

CC: @minaorangina @heron2014

@heron2014
Copy link
Member

@msmichellegar @nofootnotes list of our demands 😍

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
Copy link
Member

Step2 branch keywords:

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

@minaorangina
Copy link
Member

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.")

@NataliaLKB
Copy link

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

@heron2014
Copy link
Member

Step 4 branch keywords:

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

msmichellegar pushed a commit that referenced this issue Jul 2, 2016
Compiles Express Node Workshop Keywords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants