Skip to content

Commit

Permalink
Add Node.js section
Browse files Browse the repository at this point in the history
Somewhat related to sindresorhus/awesome#843
  • Loading branch information
mischah committed Jan 20, 2017
1 parent 51e4c1e commit 4126c80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This list is mainly about JavaScript – the language. Not about APIs, tooling,
- [Interactive learning](#interactive-learning)
- [ES6 and above](#es6-and-above)
- [DOM related](#dom-related)
- [Node.js](#nodejs)

---

Expand Down Expand Up @@ -84,6 +85,12 @@ Thin books which you can get through in a few days.
- [DOM Enlightenment](http://domenlightenment.com) - A whole book about how to access an manipulate the DOM without a library.
- [You Might Not Need jQuery](http://youmightnotneedjquery.com) - Get plain JavaScript code snippets (and see their jQuery equivalents).

## Node.js

- [The Art of Node](https://github.com/maxogden/art-of-node#readme) - Introductory tutorial covering the basics.
- [NodeSchool](https://nodeschool.io) - Interactive self guided workshops you can also do on your own.
- [Node Patterns](http://nodepatternsbooks.com) - Short books about code and networking patterns related to Node.js.

## License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
Expand Down

0 comments on commit 4126c80

Please sign in to comment.