Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sherodtaylor/intro-to-node
An intro to Node.js workshop
https://github.com/sherodtaylor/intro-to-node
Last synced: 11 days ago
JSON representation
An intro to Node.js workshop
- Host: GitHub
- URL: https://github.com/sherodtaylor/intro-to-node
- Owner: sherodtaylor
- Created: 2014-09-24T06:13:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T18:27:11.000Z (about 10 years ago)
- Last Synced: 2024-04-14T03:01:03.348Z (7 months ago)
- Language: JavaScript
- Homepage: nodeschool.io
- Size: 207 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-workshopper - intro-to-node
README
# Intro to Node
**An intro to Node.js via a set of self-guided workshops.**
[![NPM](https://nodei.co/npm/intro-to-node.png?downloads=true&&downloadRank=true&stars=true)](https://nodei.co/npm/intro-to-node/) [![NPM](https://nodei.co/npm-dl/intro-to-node.png?months=3&height=3)](https://nodei.co/npm/intro-to-node/)
1. Install [Node.js](http://nodejs.org/)
2. Run `sudo npm install intro-to-node -g`
3. Run `intro-to-node`
intro-to-node
will run through a series of Node.js workshops. These workshops will teach you about the basics of the Node REPL, the node_modules and a modules folder structure.Once you have finished
intro-to-node
, graduate to[learnyounode](https://github.com/rvagg/learnyounode)
to learn Node.js I/O, TCP, HTTP, and events.### Contributors
intro-to-node
is proudly brought to you by the following hackers:Sherod TaylorGitHub/sherodtaylorTwitter/@sherod_taylor
### BSD Licensed
Copyright (c) 2014 Sherod Taylor and contributors
All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.