https://github.com/vasanthk/node-deep-dive
Deep dive into Node.js and its workings
https://github.com/vasanthk/node-deep-dive
Last synced: over 1 year ago
JSON representation
Deep dive into Node.js and its workings
- Host: GitHub
- URL: https://github.com/vasanthk/node-deep-dive
- Owner: vasanthk
- Created: 2017-05-16T02:58:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T01:14:48.000Z (over 8 years ago)
- Last Synced: 2025-01-10T17:42:46.714Z (over 1 year ago)
- Size: 9.77 KB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js deep dive
Deep dive into Node.js and its workings
### Ecosystem
[Learn Hapi.js](https://github.com/dwyl/learn-hapi)
[Express to Hapi.js](http://matt-harrison.com/moving-from-express-to-hapi-js/)
[How do Express and hapi compare to each other?](https://stackoverflow.com/questions/30469767/how-do-express-and-hapi-compare-to-each-other)
[Awesome list: Hapi.js](https://github.com/evolastech/awesome-hapi)
[Node Style Guide](https://github.com/felixge/node-style-guide)
### Articles
[You Don't Know Node](https://webapplog.com/you-dont-know-node/)
[Node.js Streams: Everything you need to know](https://medium.freecodecamp.com/node-js-streams-everything-you-need-to-know-c9141306be93)
[10 Node.js Best Practices: Enlightenment from the Node Gurus](https://www.sitepoint.com/node-js-best-practices-from-the-node-
gurus)
[Understanding Node.js Event-Driven Architecture](https://medium.freecodecamp.com/understanding-node-js-event-driven-architecture-223292fcbc2d)
### Videos
[Philip Roberts: What the heck is the event loop anyway?](https://www.youtube.com/watch?v=8aGhZQkoFbQ)
[You Don't Know Node.js. Speaker: Azat Mardanov](https://www.youtube.com/watch?v=vmt9rCrGotM)
[Ryan Dahl: Original Node.js presentation](https://www.youtube.com/watch?v=ztspvPYybIY)
### Other links
[Node.js Learning list](https://github.com/sergtitov/NodeJS-Learning)
[History of Node.js on a Timeline](https://blog.risingstack.com/history-of-node-js/)
[Why The Hell Would I Use Node.js? A Case-by-Case Tutorial](https://www.toptal.com/nodejs/why-the-hell-would-i-use-node-js)
[19 things I learnt reading the NodeJS docs](https://hackernoon.com/19-things-i-learnt-reading-the-nodejs-docs-8a2dcc7f307f)
[Node.js, Doctor’s Offices and Fast Food Restaurants – Understanding Event-driven Programming](http://code.danyork.com/2011/01/25/node-js-doctors-offices-and-fast-food-restaurants-understanding-event-driven-programming/)
[Art of Node](https://github.com/maxogden/art-of-node)