An open API service indexing awesome lists of open source software.

https://github.com/jonathas/lynda-nodejs-essential

Code from Lynda's course Node.js Essential Training
https://github.com/jonathas/lynda-nodejs-essential

course javascript nodejs

Last synced: 3 months ago
JSON representation

Code from Lynda's course Node.js Essential Training

Awesome Lists containing this project

README

          

# README #

Code from Lynda's course "[Node.js Essential Training](https://www.lynda.com/Node-js-tutorials/Node-js-Essential-Training/417077-2.html)"

### Contents:

- What is Node.js?
- Installing Node.js
- Understanding the global object and global timing
- Importing the core modules
- Handling events
- Creating child processes
- Reading, writing, and removing files
- Working with file streams
- Making http requests
- Serving files and JSON data
- Installing npm, the node package manager
- Working with Express, the web server framework
- Using WebSockets
- Testing and debugging Node.js code
- Working with Grunt and Browserify
- Automating tasks with npm scripts