Node.js
What is Node.js?
Node.js is JavaScript runtime built on Chrome’s V8 JavaScript engine.
- Event Driven
- Non-Blocking
- Single thread
For Details
Read: https://nodesource.com/blog/understanding-the-nodejs-event-loop/
Watch: https://www.youtube.com/watch?v=8aGhZQkoFbQ
Its package eco system is npm : https://www.npmjs.com/ It contains over 400k public library.
How to install Node.js Refer : https://github.com/creationix/nvm
Why one should user Node.js ? https://blog.hellotangible.com/10-reasons-to-use-node-js-b74ed06bb366
Node.js core API : https://nodejs.org/api/
Hapi HTTP server https://hapijs.com/
Getting Started with NPM https://docs.npmjs.com/getting-started/what-is-npm
Ref: https://blog.hellotangible.com/an-absolute-beginners-guide-to-node-js-c27e6d108b5c
Node.js is JavaScript runtime built on Chrome’s V8 JavaScript engine.
- Event Driven
- Non-Blocking
- Single thread
For Details
Read: https://nodesource.com/blog/understanding-the-nodejs-event-loop/
Watch: https://www.youtube.com/watch?v=8aGhZQkoFbQ
Its package eco system is npm : https://www.npmjs.com/ It contains over 400k public library.
How to install Node.js Refer : https://github.com/creationix/nvm
Why one should user Node.js ? https://blog.hellotangible.com/10-reasons-to-use-node-js-b74ed06bb366
Node.js core API : https://nodejs.org/api/
Hapi HTTP server https://hapijs.com/
Getting Started with NPM https://docs.npmjs.com/getting-started/what-is-npm
Ref: https://blog.hellotangible.com/an-absolute-beginners-guide-to-node-js-c27e6d108b5c
0 comments:
Post a Comment