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
- Host: GitHub
- URL: https://github.com/jonathas/lynda-nodejs-essential
- Owner: jonathas
- License: gpl-3.0
- Created: 2016-08-11T14:29:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-16T14:44:48.000Z (almost 10 years ago)
- Last Synced: 2025-03-06T12:16:26.193Z (over 1 year ago)
- Topics: course, javascript, nodejs
- Language: JavaScript
- Homepage: https://www.lynda.com/Node-js-tutorials/Node-js-Essential-Training/417077-2.html
- Size: 531 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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