computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CodeWAdi
e975c7d016
|
2 years ago | |
---|---|---|
.. | ||
100-what-is-nodejs.md | 2 years ago | |
101-why-nodejs.md | 2 years ago | |
102-history-of-nodejs.md | 2 years ago | |
103-nodejs-vs-browser.md | 2 years ago | |
104-running-nodejs-code.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
Node.js Introduction
Node.js is an open source, cross-platform runtime environment and library that is used for running web applications outside the client’s browser.
It is used for server-side programming, and primarily deployed for non-blocking, event-driven servers, such as traditional web sites and back-end API services, but was originally designed with real-time, push-based architectures in mind. Every browser has its own version of a JS engine, and node.js is built on Google Chrome’s V8 JavaScript engine.
Free Content Official Website Official Documentation