#Narrative workbook

This is a companion workbook that will assist you to work through the codeX Narrative that is to be provided. Resources and references provided will assist you in your journey will be published in the repository.

Note:

  • This is a living document, it will change over time
  • please contribute to this workbook by pull requests
  • check back here regularly for new information

Javascript on the command line

So far all the Javascript you wrote ran in a web browser. That don't need to be the case, one can run Javascript on the command line and use it to program much more than buttons, fields and elements in the browser. A world of programming Web Servers, Robots and Databases to name but a few options awaits.

You can read more about Node JS here: http://eloquentjavascript.net/20_node.html

You need to have node installed locally: Node Setup

##Node school

Here are some background information about some Node JS concepts.

Now do this Node Tutorial - you can track your progress through by checking how many of the unit tests are passing.

##How to: