https://github.com/moonhighway/node-js-kickoff
A set of files that can be used to introduce developers to node js. These files consist of a series of small node samples that examine how the node core works.
https://github.com/moonhighway/node-js-kickoff
Last synced: about 1 year ago
JSON representation
A set of files that can be used to introduce developers to node js. These files consist of a series of small node samples that examine how the node core works.
- Host: GitHub
- URL: https://github.com/moonhighway/node-js-kickoff
- Owner: MoonHighway
- License: mit
- Created: 2014-08-25T22:09:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T16:55:02.000Z (over 9 years ago)
- Last Synced: 2024-04-14T23:28:27.973Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.77 MB
- Stars: 16
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Introduction to Node js
=======================
This course introduces Javascript Engineers to Node js. This course covers how node works, when to use it,
and how to use it. In this introduction we will look mostly at the core components of node js that
were developed by Joyent. This course wraps with with building a module to publish on the NPM registry.
Topics
------
* Introducing Node js
* Node Core
* fs Module
* Making Requests
* HTTP Servers
* Node Package Manager, NPM
* Using Node Modules
* Introducing Express